@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThingsInThingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListThingsInThingGroupResult() |
Modifier and Type | Method and Description |
---|---|
ListThingsInThingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
|
List<String> |
getThings()
The things in the specified thing group.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
void |
setThings(Collection<String> things)
The things in the specified thing group.
|
String |
toString()
Returns a string representation of this object.
|
ListThingsInThingGroupResult |
withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListThingsInThingGroupResult |
withThings(Collection<String> things)
The things in the specified thing group.
|
ListThingsInThingGroupResult |
withThings(String... things)
The things in the specified thing group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getThings()
The things in the specified thing group.
public void setThings(Collection<String> things)
The things in the specified thing group.
things
- The things in the specified thing group.public ListThingsInThingGroupResult withThings(String... things)
The things in the specified thing group.
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 in the specified thing group.public ListThingsInThingGroupResult withThings(Collection<String> things)
The things in the specified thing group.
things
- The things in the specified thing group.public void setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
public ListThingsInThingGroupResult withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListThingsInThingGroupResult clone()