@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransitGatewayConnectPeerAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTransitGatewayConnectPeerAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
GetTransitGatewayConnectPeerAssociationsRequest |
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> |
getTransitGatewayConnectPeerArns()
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
|
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 |
setTransitGatewayConnectPeerArns(Collection<String> transitGatewayConnectPeerArns)
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
|
String |
toString()
Returns a string representation of this object.
|
GetTransitGatewayConnectPeerAssociationsRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetTransitGatewayConnectPeerAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetTransitGatewayConnectPeerAssociationsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetTransitGatewayConnectPeerAssociationsRequest |
withTransitGatewayConnectPeerArns(Collection<String> transitGatewayConnectPeerArns)
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
|
GetTransitGatewayConnectPeerAssociationsRequest |
withTransitGatewayConnectPeerArns(String... transitGatewayConnectPeerArns)
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
|
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 GetTransitGatewayConnectPeerAssociationsRequest()
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 GetTransitGatewayConnectPeerAssociationsRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public List<String> getTransitGatewayConnectPeerArns()
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
public void setTransitGatewayConnectPeerArns(Collection<String> transitGatewayConnectPeerArns)
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
transitGatewayConnectPeerArns
- One or more transit gateway Connect peer Amazon Resource Names (ARNs).public GetTransitGatewayConnectPeerAssociationsRequest withTransitGatewayConnectPeerArns(String... transitGatewayConnectPeerArns)
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
NOTE: This method appends the values to the existing list (if any). Use
setTransitGatewayConnectPeerArns(java.util.Collection)
or
withTransitGatewayConnectPeerArns(java.util.Collection)
if you want to override the existing values.
transitGatewayConnectPeerArns
- One or more transit gateway Connect peer Amazon Resource Names (ARNs).public GetTransitGatewayConnectPeerAssociationsRequest withTransitGatewayConnectPeerArns(Collection<String> transitGatewayConnectPeerArns)
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
transitGatewayConnectPeerArns
- One or more transit gateway Connect peer Amazon Resource Names (ARNs).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 GetTransitGatewayConnectPeerAssociationsRequest 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 GetTransitGatewayConnectPeerAssociationsRequest 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 GetTransitGatewayConnectPeerAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()