@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DirectConnectGatewayAssociation extends Object implements Serializable, Cloneable, StructuredPojo
The association between a direct connect gateway and virtual private gateway.
| Constructor and Description |
|---|
DirectConnectGatewayAssociation() |
public void setDirectConnectGatewayId(String directConnectGatewayId)
directConnectGatewayId - public String getDirectConnectGatewayId()
public DirectConnectGatewayAssociation withDirectConnectGatewayId(String directConnectGatewayId)
directConnectGatewayId - public void setVirtualGatewayId(String virtualGatewayId)
virtualGatewayId - public String getVirtualGatewayId()
public DirectConnectGatewayAssociation withVirtualGatewayId(String virtualGatewayId)
virtualGatewayId - public void setVirtualGatewayRegion(String virtualGatewayRegion)
virtualGatewayRegion - public String getVirtualGatewayRegion()
public DirectConnectGatewayAssociation withVirtualGatewayRegion(String virtualGatewayRegion)
virtualGatewayRegion - public void setVirtualGatewayOwnerAccount(String virtualGatewayOwnerAccount)
The AWS account ID of the owner of the virtual private gateway.
virtualGatewayOwnerAccount - The AWS account ID of the owner of the virtual private gateway.public String getVirtualGatewayOwnerAccount()
The AWS account ID of the owner of the virtual private gateway.
public DirectConnectGatewayAssociation withVirtualGatewayOwnerAccount(String virtualGatewayOwnerAccount)
The AWS account ID of the owner of the virtual private gateway.
virtualGatewayOwnerAccount - The AWS account ID of the owner of the virtual private gateway.public void setAssociationState(String associationState)
associationState - DirectConnectGatewayAssociationStatepublic String getAssociationState()
DirectConnectGatewayAssociationStatepublic DirectConnectGatewayAssociation withAssociationState(String associationState)
associationState - DirectConnectGatewayAssociationStatepublic DirectConnectGatewayAssociation withAssociationState(DirectConnectGatewayAssociationState associationState)
associationState - DirectConnectGatewayAssociationStatepublic void setStateChangeError(String stateChangeError)
stateChangeError - public String getStateChangeError()
public DirectConnectGatewayAssociation withStateChangeError(String stateChangeError)
stateChangeError - public String toString()
toString in class ObjectObject.toString()public DirectConnectGatewayAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.