@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGatewayGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGatewayGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListGatewayGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of gateway group summaries to return.
|
String |
getNextToken()
The token used to paginate though multiple pages of gateway group summaries.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of gateway group summaries to return.
|
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.
|
ListGatewayGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of gateway group summaries to return.
|
ListGatewayGroupsRequest |
withNextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 ListGatewayGroupsRequest 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 void setMaxResults(Integer maxResults)
The maximum number of gateway group summaries to return. The default is 50.
maxResults
- The maximum number of gateway group summaries to return. The default is 50.public Integer getMaxResults()
The maximum number of gateway group summaries to return. The default is 50.
public ListGatewayGroupsRequest withMaxResults(Integer maxResults)
The maximum number of gateway group summaries to return. The default is 50.
maxResults
- The maximum number of gateway group summaries to return. The default is 50.public String toString()
toString
in class Object
Object.toString()
public ListGatewayGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.