public class ListThingGroupsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListThingGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use to get the next set of results.
|
java.util.List<GroupNameAndArn> |
getThingGroups()
The thing groups.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use to get the next set of results.
|
void |
setThingGroups(java.util.Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingGroupsResult |
withNextToken(java.lang.String nextToken)
The token to use to get the next set of results.
|
ListThingGroupsResult |
withThingGroups(java.util.Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsResult |
withThingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
public java.util.List<GroupNameAndArn> getThingGroups()
The thing groups.
The thing groups.
public void setThingGroups(java.util.Collection<GroupNameAndArn> thingGroups)
The thing groups.
thingGroups - The thing groups.
public ListThingGroupsResult withThingGroups(GroupNameAndArn... thingGroups)
The thing groups.
Returns a reference to this object so that method calls can be chained together.
thingGroups - The thing groups.
public ListThingGroupsResult withThingGroups(java.util.Collection<GroupNameAndArn> thingGroups)
The thing groups.
Returns a reference to this object so that method calls can be chained together.
thingGroups - The thing groups.
public java.lang.String getNextToken()
The token to use to get the next set of results. Will not be returned if operation has returned all results.
The token to use to get the next set of results. Will not be returned if operation has returned all results.
public void setNextToken(java.lang.String nextToken)
The token to use to get the next set of results. Will not be returned if operation has returned all results.
nextToken - The token to use to get the next set of results. Will not be returned if operation has returned all results.
public ListThingGroupsResult withNextToken(java.lang.String nextToken)
The token to use to get the next set of results. Will not be returned if operation has returned all results.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token to use to get the next set of results. Will not be returned if operation has returned all results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.