Package com.amazonaws.services.iot.model
Class ListThingsResult
java.lang.Object
com.amazonaws.services.iot.model.ListThingsResult
- All Implemented Interfaces:
Serializable,Cloneable
The output from the ListThings operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA token used to retrieve the next value.The things.inthashCode()voidsetNextToken(String nextToken) A token used to retrieve the next value.voidsetThings(Collection<ThingAttribute> things) The things.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) A token used to retrieve the next value.withThings(ThingAttribute... things) The things.withThings(Collection<ThingAttribute> things) The things.
-
Constructor Details
-
ListThingsResult
public ListThingsResult()
-
-
Method Details
-
getThings
The things.
- Returns:
- The things.
-
setThings
The things.
- Parameters:
things- The things.
-
withThings
The things.
NOTE: This method appends the values to the existing list (if any). Use
setThings(java.util.Collection)orwithThings(java.util.Collection)if you want to override the existing values.- Parameters:
things- The things.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withThings
The things.
- Parameters:
things- The things.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A token used to retrieve the next value.
- Parameters:
nextToken- A token used to retrieve the next value.
-
getNextToken
A token used to retrieve the next value.
- Returns:
- A token used to retrieve the next value.
-
withNextToken
A token used to retrieve the next value.
- Parameters:
nextToken- A token used to retrieve the next value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-