@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
- DirectConnectGatewayAssociationState
public String getAssociationState()
DirectConnectGatewayAssociationState
public DirectConnectGatewayAssociation withAssociationState(String associationState)
associationState
- DirectConnectGatewayAssociationState
public DirectConnectGatewayAssociation withAssociationState(DirectConnectGatewayAssociationState associationState)
associationState
- DirectConnectGatewayAssociationState
public void setStateChangeError(String stateChangeError)
stateChangeError
- public String getStateChangeError()
public DirectConnectGatewayAssociation withStateChangeError(String stateChangeError)
stateChangeError
- public String toString()
toString
in class Object
Object.toString()
public DirectConnectGatewayAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.