@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRouterConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRouterConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRouterConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getCustomerRouterConfig()
The customer router configuration.
|
RouterType |
getRouter()
The details about the router.
|
String |
getVirtualInterfaceId()
The ID assigned to the virtual interface.
|
String |
getVirtualInterfaceName()
The name of the virtual interface assigned by the customer network.
|
int |
hashCode() |
void |
setCustomerRouterConfig(String customerRouterConfig)
The customer router configuration.
|
void |
setRouter(RouterType router)
The details about the router.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID assigned to the virtual interface.
|
void |
setVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRouterConfigurationResult |
withCustomerRouterConfig(String customerRouterConfig)
The customer router configuration.
|
DescribeRouterConfigurationResult |
withRouter(RouterType router)
The details about the router.
|
DescribeRouterConfigurationResult |
withVirtualInterfaceId(String virtualInterfaceId)
The ID assigned to the virtual interface.
|
DescribeRouterConfigurationResult |
withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCustomerRouterConfig(String customerRouterConfig)
The customer router configuration.
customerRouterConfig
- The customer router configuration.public String getCustomerRouterConfig()
The customer router configuration.
public DescribeRouterConfigurationResult withCustomerRouterConfig(String customerRouterConfig)
The customer router configuration.
customerRouterConfig
- The customer router configuration.public void setRouter(RouterType router)
The details about the router.
router
- The details about the router.public RouterType getRouter()
The details about the router.
public DescribeRouterConfigurationResult withRouter(RouterType router)
The details about the router.
router
- The details about the router.public void setVirtualInterfaceId(String virtualInterfaceId)
The ID assigned to the virtual interface.
virtualInterfaceId
- The ID assigned to the virtual interface.public String getVirtualInterfaceId()
The ID assigned to the virtual interface.
public DescribeRouterConfigurationResult withVirtualInterfaceId(String virtualInterfaceId)
The ID assigned to the virtual interface.
virtualInterfaceId
- The ID assigned to the virtual interface.public void setVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
virtualInterfaceName
- The name of the virtual interface assigned by the customer network.public String getVirtualInterfaceName()
The name of the virtual interface assigned by the customer network.
public DescribeRouterConfigurationResult withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
virtualInterfaceName
- The name of the virtual interface assigned by the customer network.public String toString()
toString
in class Object
Object.toString()
public DescribeRouterConfigurationResult clone()