@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGatewayGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGatewayGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListGatewayGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<GatewayGroupSummary> |
getGatewayGroups()
The gateway groups in the list.
|
String |
getNextToken()
The token used to paginate though multiple pages of gateway group summaries.
|
int |
hashCode() |
void |
setGatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)
The gateway groups in the list.
|
void |
setNextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListGatewayGroupsResult |
withGatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)
The gateway groups in the list.
|
ListGatewayGroupsResult |
withGatewayGroups(GatewayGroupSummary... gatewayGroups)
The gateway groups in the list.
|
ListGatewayGroupsResult |
withNextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GatewayGroupSummary> getGatewayGroups()
The gateway groups in the list.
public void setGatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)
The gateway groups in the list.
gatewayGroups
- The gateway groups in the list.public ListGatewayGroupsResult withGatewayGroups(GatewayGroupSummary... gatewayGroups)
The gateway groups in the list.
NOTE: This method appends the values to the existing list (if any). Use
setGatewayGroups(java.util.Collection)
or withGatewayGroups(java.util.Collection)
if you want
to override the existing values.
gatewayGroups
- The gateway groups in the list.public ListGatewayGroupsResult withGatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)
The gateway groups in the list.
gatewayGroups
- The gateway groups in the list.public void setNextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
nextToken
- The token used to paginate though multiple pages of gateway group summaries.public String getNextToken()
The token used to paginate though multiple pages of gateway group summaries.
public ListGatewayGroupsResult withNextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
nextToken
- The token used to paginate though multiple pages of gateway group summaries.public String toString()
toString
in class Object
Object.toString()
public ListGatewayGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.