Package com.amazonaws.services.iot.model
Class ListPrincipalThingsResult
java.lang.Object
com.amazonaws.services.iot.model.ListPrincipalThingsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output from the ListPrincipalThings operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A token used to retrieve the next value.The things.int
hashCode()
void
setNextToken
(String nextToken) A token used to retrieve the next value.void
setThings
(Collection<String> 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
(String... things) The things.withThings
(Collection<String> things) The things.
-
Constructor Details
-
ListPrincipalThingsResult
public ListPrincipalThingsResult()
-
-
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
-