@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) |
String |
getGatewayGroupArn()
The gateway group ARN for which to list gateways.
|
Integer |
getMaxResults()
The maximum number of gateway summaries to return.
|
String |
getNextToken()
The token used to paginate though multiple pages of gateway summaries.
|
int |
hashCode() |
void |
setGatewayGroupArn(String gatewayGroupArn)
The gateway group ARN for which to list gateways.
|
void |
setMaxResults(Integer maxResults)
The maximum number of gateway summaries to return.
|
void |
setNextToken(String nextToken)
The token used to paginate though multiple pages of gateway summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListGatewaysRequest |
withGatewayGroupArn(String gatewayGroupArn)
The gateway group ARN for which to list gateways.
|
ListGatewaysRequest |
withMaxResults(Integer maxResults)
The maximum number of gateway summaries to return.
|
ListGatewaysRequest |
withNextToken(String nextToken)
The token used to paginate though multiple pages of gateway 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 setGatewayGroupArn(String gatewayGroupArn)
The gateway group ARN for which to list gateways.
gatewayGroupArn
- The gateway group ARN for which to list gateways.public String getGatewayGroupArn()
The gateway group ARN for which to list gateways.
public ListGatewaysRequest withGatewayGroupArn(String gatewayGroupArn)
The gateway group ARN for which to list gateways.
gatewayGroupArn
- The gateway group ARN for which to list gateways.public void setNextToken(String nextToken)
The token used to paginate though multiple pages of gateway summaries.
nextToken
- The token used to paginate though multiple pages of gateway summaries.public String getNextToken()
The token used to paginate though multiple pages of gateway summaries.
public ListGatewaysRequest withNextToken(String nextToken)
The token used to paginate though multiple pages of gateway summaries.
nextToken
- The token used to paginate though multiple pages of gateway summaries.public void setMaxResults(Integer maxResults)
The maximum number of gateway summaries to return. The default is 50.
maxResults
- The maximum number of gateway summaries to return. The default is 50.public Integer getMaxResults()
The maximum number of gateway summaries to return. The default is 50.
public ListGatewaysRequest withMaxResults(Integer maxResults)
The maximum number of gateway summaries to return. The default is 50.
maxResults
- The maximum number of gateway summaries to return. The default is 50.public String toString()
toString
in class Object
Object.toString()
public ListGatewaysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.