@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransitGatewayPeeringRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTransitGatewayPeeringRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayPeeringRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPeeringId()
The ID of the peering request.
|
int |
hashCode() |
void |
setPeeringId(String peeringId)
The ID of the peering request.
|
String |
toString()
Returns a string representation of this object.
|
GetTransitGatewayPeeringRequest |
withPeeringId(String peeringId)
The ID of the peering request.
|
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, withSdkRequestTimeoutpublic void setPeeringId(String peeringId)
The ID of the peering request.
peeringId - The ID of the peering request.public String getPeeringId()
The ID of the peering request.
public GetTransitGatewayPeeringRequest withPeeringId(String peeringId)
The ID of the peering request.
peeringId - The ID of the peering request.public String toString()
toString in class ObjectObject.toString()public GetTransitGatewayPeeringRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()