@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NewPrivateVirtualInterfaceAllocation extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing information about a private virtual interface that will be provisioned on a connection.
| Constructor and Description |
|---|
NewPrivateVirtualInterfaceAllocation() |
public NewPrivateVirtualInterfaceAllocation()
public void setVirtualInterfaceName(String virtualInterfaceName)
virtualInterfaceName - public String getVirtualInterfaceName()
public NewPrivateVirtualInterfaceAllocation withVirtualInterfaceName(String virtualInterfaceName)
virtualInterfaceName - public void setVlan(Integer vlan)
vlan - public Integer getVlan()
public NewPrivateVirtualInterfaceAllocation withVlan(Integer vlan)
vlan - public void setAsn(Integer asn)
asn - public Integer getAsn()
public NewPrivateVirtualInterfaceAllocation withAsn(Integer asn)
asn - public void setAuthKey(String authKey)
authKey - public String getAuthKey()
public NewPrivateVirtualInterfaceAllocation withAuthKey(String authKey)
authKey - public void setAmazonAddress(String amazonAddress)
amazonAddress - public String getAmazonAddress()
public NewPrivateVirtualInterfaceAllocation withAmazonAddress(String amazonAddress)
amazonAddress - public void setAddressFamily(String addressFamily)
addressFamily - AddressFamilypublic String getAddressFamily()
AddressFamilypublic NewPrivateVirtualInterfaceAllocation withAddressFamily(String addressFamily)
addressFamily - AddressFamilypublic void setAddressFamily(AddressFamily addressFamily)
addressFamily - AddressFamilypublic NewPrivateVirtualInterfaceAllocation withAddressFamily(AddressFamily addressFamily)
addressFamily - AddressFamilypublic void setCustomerAddress(String customerAddress)
customerAddress - public String getCustomerAddress()
public NewPrivateVirtualInterfaceAllocation withCustomerAddress(String customerAddress)
customerAddress - public String toString()
toString in class ObjectObject.toString()public NewPrivateVirtualInterfaceAllocation 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.