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