@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public CreateDirectConnectGatewayAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.