Class NewPrivateVirtualInterface
- java.lang.Object
-
- com.amazonaws.services.directconnect.model.NewPrivateVirtualInterface
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class NewPrivateVirtualInterface extends Object implements Serializable, Cloneable
A structure containing information about a new private virtual interface.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewPrivateVirtualInterface()
-
Method Summary
-
-
-
Method Detail
-
setVirtualInterfaceName
public void setVirtualInterfaceName(String virtualInterfaceName)
- Parameters:
virtualInterfaceName
-
-
getVirtualInterfaceName
public String getVirtualInterfaceName()
- Returns:
-
withVirtualInterfaceName
public NewPrivateVirtualInterface withVirtualInterfaceName(String virtualInterfaceName)
- Parameters:
virtualInterfaceName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVlan
public void setVlan(Integer vlan)
- Parameters:
vlan
-
-
getVlan
public Integer getVlan()
- Returns:
-
withVlan
public NewPrivateVirtualInterface withVlan(Integer vlan)
- Parameters:
vlan
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAsn
public void setAsn(Integer asn)
- Parameters:
asn
-
-
getAsn
public Integer getAsn()
- Returns:
-
withAsn
public NewPrivateVirtualInterface withAsn(Integer asn)
- Parameters:
asn
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAuthKey
public void setAuthKey(String authKey)
- Parameters:
authKey
-
-
getAuthKey
public String getAuthKey()
- Returns:
-
withAuthKey
public NewPrivateVirtualInterface withAuthKey(String authKey)
- Parameters:
authKey
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAmazonAddress
public void setAmazonAddress(String amazonAddress)
- Parameters:
amazonAddress
-
-
getAmazonAddress
public String getAmazonAddress()
- Returns:
-
withAmazonAddress
public NewPrivateVirtualInterface withAmazonAddress(String amazonAddress)
- Parameters:
amazonAddress
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCustomerAddress
public void setCustomerAddress(String customerAddress)
- Parameters:
customerAddress
-
-
getCustomerAddress
public String getCustomerAddress()
- Returns:
-
withCustomerAddress
public NewPrivateVirtualInterface withCustomerAddress(String customerAddress)
- Parameters:
customerAddress
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVirtualGatewayId
public void setVirtualGatewayId(String virtualGatewayId)
- Parameters:
virtualGatewayId
-
-
getVirtualGatewayId
public String getVirtualGatewayId()
- Returns:
-
withVirtualGatewayId
public NewPrivateVirtualInterface withVirtualGatewayId(String virtualGatewayId)
- Parameters:
virtualGatewayId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public NewPrivateVirtualInterface clone()
-
-