@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<GroupType> |
getGroups()
The group objects for the groups.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
int |
hashCode() |
void |
setGroups(Collection<GroupType> groups)
The group objects for the groups.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGroupsResult |
withGroups(Collection<GroupType> groups)
The group objects for the groups.
|
ListGroupsResult |
withGroups(GroupType... groups)
The group objects for the groups.
|
ListGroupsResult |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GroupType> getGroups()
The group objects for the groups.
public void setGroups(Collection<GroupType> groups)
The group objects for the groups.
groups
- The group objects for the groups.public ListGroupsResult withGroups(GroupType... groups)
The group objects for the groups.
NOTE: This method appends the values to the existing list (if any). Use
setGroups(java.util.Collection)
or withGroups(java.util.Collection)
if you want to override the
existing values.
groups
- The group objects for the groups.public ListGroupsResult withGroups(Collection<GroupType> groups)
The group objects for the groups.
groups
- The group objects for the groups.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListGroupsResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String toString()
toString
in class Object
Object.toString()
public ListGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.