@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDirectConnectGatewayAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDirectConnectGatewayAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDirectConnectGatewayAssociationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectConnectGatewayId()
The ID of the Direct Connect gateway.
|
String |
getVirtualGatewayId()
The ID of the virtual private gateway.
|
int |
hashCode() |
void |
setDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
void |
setVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
|
String |
toString()
Returns a string representation of this object.
|
CreateDirectConnectGatewayAssociationRequest |
withDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationRequest |
withVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
|
addHandlerContext, copyBaseTo, 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 CreateDirectConnectGatewayAssociationRequest()
public void setDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId - The ID of the Direct Connect gateway.public String getDirectConnectGatewayId()
The ID of the Direct Connect gateway.
public CreateDirectConnectGatewayAssociationRequest withDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId - The ID of the Direct Connect gateway.public void setVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
virtualGatewayId - The ID of the virtual private gateway.public String getVirtualGatewayId()
The ID of the virtual private gateway.
public CreateDirectConnectGatewayAssociationRequest withVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
virtualGatewayId - The ID of the virtual private gateway.public String toString()
toString in class ObjectObject.toString()public CreateDirectConnectGatewayAssociationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.