@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRouterConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Provides the details about a virtual interface's router.
NOOP | Constructor and Description |
|---|
DescribeRouterConfigurationRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeRouterConfigurationRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getRouterTypeIdentifier ()
Identifies the router by a combination of vendor, platform, and software version.
|
String |
getVirtualInterfaceId ()
The ID of the virtual interface.
|
int |
hashCode () |
void |
setRouterTypeIdentifier (String routerTypeIdentifier)
Identifies the router by a combination of vendor, platform, and software version.
|
void |
setVirtualInterfaceId (String virtualInterfaceId)
The ID of the virtual interface.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeRouterConfigurationRequest |
withRouterTypeIdentifier (String routerTypeIdentifier)
Identifies the router by a combination of vendor, platform, and software version.
|
DescribeRouterConfigurationRequest |
withVirtualInterfaceId (String virtualInterfaceId)
The ID of the virtual interface.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public DescribeRouterConfigurationRequest()
public void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId - The ID of the virtual interface.public String getVirtualInterfaceId()
The ID of the virtual interface.
public DescribeRouterConfigurationRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId - The ID of the virtual interface.public void setRouterTypeIdentifier(String routerTypeIdentifier)
Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.
routerTypeIdentifier - Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.public String getRouterTypeIdentifier()
Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.
CiscoSystemsInc-2900SeriesRouters-IOS124.public DescribeRouterConfigurationRequest withRouterTypeIdentifier(String routerTypeIdentifier)
Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.
routerTypeIdentifier - Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.public String toString()
toString in class Object Object.toString() public DescribeRouterConfigurationRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()