public class ListPrincipalThingsResult extends Object implements Serializable, Cloneable
The output from the ListPrincipalThings operation.
Constructor and Description |
---|
ListPrincipalThingsResult() |
Modifier and Type | Method and Description |
---|---|
ListPrincipalThingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token used to retrieve the next value.
|
List<String> |
getThings()
The things.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token used to retrieve the next value.
|
void |
setThings(Collection<String> things)
The things.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPrincipalThingsResult |
withNextToken(String nextToken)
A token used to retrieve the next value.
|
ListPrincipalThingsResult |
withThings(Collection<String> things)
The things.
|
ListPrincipalThingsResult |
withThings(String... things)
The things.
|
public void setThings(Collection<String> things)
The things.
things
- The things.public ListPrincipalThingsResult withThings(String... things)
The things.
NOTE: This method appends the values to the existing list (if
any). Use setThings(java.util.Collection)
or
withThings(java.util.Collection)
if you want to override the
existing values.
things
- The things.public ListPrincipalThingsResult withThings(Collection<String> things)
The things.
things
- The things.public void setNextToken(String nextToken)
A token used to retrieve the next value.
nextToken
- A token used to retrieve the next value.public String getNextToken()
A token used to retrieve the next value.
public ListPrincipalThingsResult withNextToken(String nextToken)
A token used to retrieve the next value.
nextToken
- A token used to retrieve the next value.public String toString()
toString
in class Object
Object.toString()
public ListPrincipalThingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.