@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()
Provides the details about a virtual interface's router.
|
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)
Provides the details about a virtual interface's router.
|
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)
Provides the details about a virtual interface's router.
|
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)
Provides the details about a virtual interface's router.
virtualInterfaceName
- Provides the details about a virtual interface's router.public String getVirtualInterfaceName()
Provides the details about a virtual interface's router.
public DescribeRouterConfigurationResult withVirtualInterfaceName(String virtualInterfaceName)
Provides the details about a virtual interface's router.
virtualInterfaceName
- Provides the details about a virtual interface's router.public String toString()
toString
in class Object
Object.toString()
public DescribeRouterConfigurationResult clone()