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