@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public ListGatewayGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.