@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEgressOnlyInternetGatewaysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeEgressOnlyInternetGatewaysRequest>
NOOP
Constructor and Description |
---|
DescribeEgressOnlyInternetGatewaysRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEgressOnlyInternetGatewaysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeEgressOnlyInternetGatewaysRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getEgressOnlyInternetGatewayIds()
One or more egress-only Internet gateway IDs.
|
Integer |
getMaxResults()
The maximum number of results to return for the request in a single page.
|
String |
getNextToken()
The token to retrieve the next page of results.
|
int |
hashCode() |
void |
setEgressOnlyInternetGatewayIds(Collection<String> egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
void |
setNextToken(String nextToken)
The token to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEgressOnlyInternetGatewaysRequest |
withEgressOnlyInternetGatewayIds(Collection<String> egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
|
DescribeEgressOnlyInternetGatewaysRequest |
withEgressOnlyInternetGatewayIds(String... egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
|
DescribeEgressOnlyInternetGatewaysRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeEgressOnlyInternetGatewaysRequest |
withNextToken(String nextToken)
The token to retrieve the next page of results.
|
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 DescribeEgressOnlyInternetGatewaysRequest()
public List<String> getEgressOnlyInternetGatewayIds()
One or more egress-only Internet gateway IDs.
public void setEgressOnlyInternetGatewayIds(Collection<String> egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
egressOnlyInternetGatewayIds
- One or more egress-only Internet gateway IDs.public DescribeEgressOnlyInternetGatewaysRequest withEgressOnlyInternetGatewayIds(String... egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
NOTE: This method appends the values to the existing list (if any). Use
setEgressOnlyInternetGatewayIds(java.util.Collection)
or
withEgressOnlyInternetGatewayIds(java.util.Collection)
if you want to override the existing values.
egressOnlyInternetGatewayIds
- One or more egress-only Internet gateway IDs.public DescribeEgressOnlyInternetGatewaysRequest withEgressOnlyInternetGatewayIds(Collection<String> egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
egressOnlyInternetGatewayIds
- One or more egress-only Internet gateway IDs.public void setMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen by
sending another request with the returned NextToken
value. This value can be between 5 and 1000; if
MaxResults
is given a value larger than 1000, only 1000 results are returned.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the returned NextToken
value. This value can be between
5 and 1000; if MaxResults
is given a value larger than 1000, only 1000 results are returned.public Integer getMaxResults()
The maximum number of results to return for the request in a single page. The remaining results can be seen by
sending another request with the returned NextToken
value. This value can be between 5 and 1000; if
MaxResults
is given a value larger than 1000, only 1000 results are returned.
NextToken
value. This value can be between
5 and 1000; if MaxResults
is given a value larger than 1000, only 1000 results are returned.public DescribeEgressOnlyInternetGatewaysRequest withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen by
sending another request with the returned NextToken
value. This value can be between 5 and 1000; if
MaxResults
is given a value larger than 1000, only 1000 results are returned.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the returned NextToken
value. This value can be between
5 and 1000; if MaxResults
is given a value larger than 1000, only 1000 results are returned.public void setNextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.public String getNextToken()
The token to retrieve the next page of results.
public DescribeEgressOnlyInternetGatewaysRequest withNextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.public Request<DescribeEgressOnlyInternetGatewaysRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeEgressOnlyInternetGatewaysRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeEgressOnlyInternetGatewaysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.