@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
- AddressFamily
public String getAddressFamily()
AddressFamily
public NewPrivateVirtualInterfaceAllocation withAddressFamily(String addressFamily)
addressFamily
- AddressFamily
public void setAddressFamily(AddressFamily addressFamily)
addressFamily
- AddressFamily
public NewPrivateVirtualInterfaceAllocation withAddressFamily(AddressFamily addressFamily)
addressFamily
- AddressFamily
public void setCustomerAddress(String customerAddress)
customerAddress
- public String getCustomerAddress()
public NewPrivateVirtualInterfaceAllocation withCustomerAddress(String customerAddress)
customerAddress
- public String toString()
toString
in class Object
Object.toString()
public NewPrivateVirtualInterfaceAllocation 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.