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