@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransitGatewayRegistrationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTransitGatewayRegistrationsRequest() |
Modifier and Type | Method and Description |
---|---|
GetTransitGatewayRegistrationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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.
|
List<String> |
getTransitGatewayArns()
The Amazon Resource Names (ARNs) of one or more transit gateways.
|
int |
hashCode() |
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.
|
void |
setTransitGatewayArns(Collection<String> transitGatewayArns)
The Amazon Resource Names (ARNs) of one or more transit gateways.
|
String |
toString()
Returns a string representation of this object.
|
GetTransitGatewayRegistrationsRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetTransitGatewayRegistrationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetTransitGatewayRegistrationsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetTransitGatewayRegistrationsRequest |
withTransitGatewayArns(Collection<String> transitGatewayArns)
The Amazon Resource Names (ARNs) of one or more transit gateways.
|
GetTransitGatewayRegistrationsRequest |
withTransitGatewayArns(String... transitGatewayArns)
The Amazon Resource Names (ARNs) of one or more transit gateways.
|
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 GetTransitGatewayRegistrationsRequest()
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 GetTransitGatewayRegistrationsRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public List<String> getTransitGatewayArns()
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
public void setTransitGatewayArns(Collection<String> transitGatewayArns)
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
transitGatewayArns
- The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.public GetTransitGatewayRegistrationsRequest withTransitGatewayArns(String... transitGatewayArns)
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
NOTE: This method appends the values to the existing list (if any). Use
setTransitGatewayArns(java.util.Collection)
or withTransitGatewayArns(java.util.Collection)
if
you want to override the existing values.
transitGatewayArns
- The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.public GetTransitGatewayRegistrationsRequest withTransitGatewayArns(Collection<String> transitGatewayArns)
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
transitGatewayArns
- The Amazon Resource Names (ARNs) of one or more transit gateways. 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 GetTransitGatewayRegistrationsRequest 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 GetTransitGatewayRegistrationsRequest 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 GetTransitGatewayRegistrationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.