@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGatewaysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListGatewaysRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysRequest |
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 gateways to list.
|
String |
getNextToken()
The next item following a partial list of returned resources.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of gateways to list.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned resources.
|
String |
toString()
Returns a string representation of this object.
|
ListGatewaysRequest |
withMaxResults(Integer maxResults)
The maximum number of gateways to list.
|
ListGatewaysRequest |
withNextToken(String nextToken)
The next item following a partial list of returned resources.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of gateways to list.
maxResults - The maximum number of gateways to list.public Integer getMaxResults()
The maximum number of gateways to list.
public ListGatewaysRequest withMaxResults(Integer maxResults)
The maximum number of gateways to list.
maxResults - The maximum number of gateways to list.public void setNextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults number of resources, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults number of resources, NextToken allows you to return more items in
your list starting at the location pointed to by the next token.public String getNextToken()
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults number of resources, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
MaxResults number of resources, NextToken allows you to return more items in
your list starting at the location pointed to by the next token.public ListGatewaysRequest withNextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults number of resources, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults number of resources, NextToken allows you to return more items in
your list starting at the location pointed to by the next token.public String toString()
toString in class ObjectObject.toString()public ListGatewaysRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()