@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DirectConnectGatewayAttachment extends Object implements Serializable, Cloneable, StructuredPojo
The association between a direct connect gateway and virtual interface.
| Constructor and Description |
|---|
DirectConnectGatewayAttachment() |
public void setDirectConnectGatewayId(String directConnectGatewayId)
directConnectGatewayId - public String getDirectConnectGatewayId()
public DirectConnectGatewayAttachment withDirectConnectGatewayId(String directConnectGatewayId)
directConnectGatewayId - public void setVirtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId - public String getVirtualInterfaceId()
public DirectConnectGatewayAttachment withVirtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId - public void setVirtualInterfaceRegion(String virtualInterfaceRegion)
virtualInterfaceRegion - public String getVirtualInterfaceRegion()
public DirectConnectGatewayAttachment withVirtualInterfaceRegion(String virtualInterfaceRegion)
virtualInterfaceRegion - public void setVirtualInterfaceOwnerAccount(String virtualInterfaceOwnerAccount)
The AWS account ID of the owner of the virtual interface.
virtualInterfaceOwnerAccount - The AWS account ID of the owner of the virtual interface.public String getVirtualInterfaceOwnerAccount()
The AWS account ID of the owner of the virtual interface.
public DirectConnectGatewayAttachment withVirtualInterfaceOwnerAccount(String virtualInterfaceOwnerAccount)
The AWS account ID of the owner of the virtual interface.
virtualInterfaceOwnerAccount - The AWS account ID of the owner of the virtual interface.public void setAttachmentState(String attachmentState)
attachmentState - DirectConnectGatewayAttachmentStatepublic String getAttachmentState()
DirectConnectGatewayAttachmentStatepublic DirectConnectGatewayAttachment withAttachmentState(String attachmentState)
attachmentState - DirectConnectGatewayAttachmentStatepublic DirectConnectGatewayAttachment withAttachmentState(DirectConnectGatewayAttachmentState attachmentState)
attachmentState - DirectConnectGatewayAttachmentStatepublic void setStateChangeError(String stateChangeError)
stateChangeError - public String getStateChangeError()
public DirectConnectGatewayAttachment withStateChangeError(String stateChangeError)
stateChangeError - public String toString()
toString in class ObjectObject.toString()public DirectConnectGatewayAttachment 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.