@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCustomerGatewayAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCustomerGatewayAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
GetCustomerGatewayAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCustomerGatewayArns()
One or more customer gateway Amazon Resource Names (ARNs).
|
String |
getGlobalNetworkId()
The ID of the global network.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setCustomerGatewayArns(Collection<String> customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs).
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetCustomerGatewayAssociationsRequest |
withCustomerGatewayArns(Collection<String> customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs).
|
GetCustomerGatewayAssociationsRequest |
withCustomerGatewayArns(String... customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs).
|
GetCustomerGatewayAssociationsRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetCustomerGatewayAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetCustomerGatewayAssociationsRequest |
withNextToken(String nextToken)
The token for 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 GetCustomerGatewayAssociationsRequest()
public void setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public String getGlobalNetworkId()
The ID of the global network.
public GetCustomerGatewayAssociationsRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public List<String> getCustomerGatewayArns()
One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
public void setCustomerGatewayArns(Collection<String> customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
customerGatewayArns
- One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.public GetCustomerGatewayAssociationsRequest withCustomerGatewayArns(String... customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
NOTE: This method appends the values to the existing list (if any). Use
setCustomerGatewayArns(java.util.Collection)
or withCustomerGatewayArns(java.util.Collection)
if you want to override the existing values.
customerGatewayArns
- One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.public GetCustomerGatewayAssociationsRequest withCustomerGatewayArns(Collection<String> customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
customerGatewayArns
- One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public GetCustomerGatewayAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public GetCustomerGatewayAssociationsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public GetCustomerGatewayAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()