@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTransitGatewayConnectPeerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateTransitGatewayConnectPeerRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateTransitGatewayConnectPeerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceId()
The ID of the device.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getLinkId()
The ID of the link.
|
String |
getTransitGatewayConnectPeerArn()
The Amazon Resource Name (ARN) of the Connect peer.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The ID of the device.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setLinkId(String linkId)
The ID of the link.
|
void |
setTransitGatewayConnectPeerArn(String transitGatewayConnectPeerArn)
The Amazon Resource Name (ARN) of the Connect peer.
|
String |
toString()
Returns a string representation of this object.
|
AssociateTransitGatewayConnectPeerRequest |
withDeviceId(String deviceId)
The ID of the device.
|
AssociateTransitGatewayConnectPeerRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
AssociateTransitGatewayConnectPeerRequest |
withLinkId(String linkId)
The ID of the link.
|
AssociateTransitGatewayConnectPeerRequest |
withTransitGatewayConnectPeerArn(String transitGatewayConnectPeerArn)
The Amazon Resource Name (ARN) of the Connect peer.
|
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 AssociateTransitGatewayConnectPeerRequest()
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 AssociateTransitGatewayConnectPeerRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setTransitGatewayConnectPeerArn(String transitGatewayConnectPeerArn)
The Amazon Resource Name (ARN) of the Connect peer.
transitGatewayConnectPeerArn
- The Amazon Resource Name (ARN) of the Connect peer.public String getTransitGatewayConnectPeerArn()
The Amazon Resource Name (ARN) of the Connect peer.
public AssociateTransitGatewayConnectPeerRequest withTransitGatewayConnectPeerArn(String transitGatewayConnectPeerArn)
The Amazon Resource Name (ARN) of the Connect peer.
transitGatewayConnectPeerArn
- The Amazon Resource Name (ARN) of the Connect peer.public void setDeviceId(String deviceId)
The ID of the device.
deviceId
- The ID of the device.public String getDeviceId()
The ID of the device.
public AssociateTransitGatewayConnectPeerRequest withDeviceId(String deviceId)
The ID of the device.
deviceId
- The ID of the device.public void setLinkId(String linkId)
The ID of the link.
linkId
- The ID of the link.public String getLinkId()
The ID of the link.
public AssociateTransitGatewayConnectPeerRequest withLinkId(String linkId)
The ID of the link.
linkId
- The ID of the link.public String toString()
toString
in class Object
Object.toString()
public AssociateTransitGatewayConnectPeerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()