@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeRouteRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRouteRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMeshName()
The name of the service mesh in which the route resides.
|
String |
getRouteName()
The name of the route to describe.
|
String |
getVirtualRouterName()
The name of the virtual router with which the route is associated.
|
int |
hashCode() |
void |
setMeshName(String meshName)
The name of the service mesh in which the route resides.
|
void |
setRouteName(String routeName)
The name of the route to describe.
|
void |
setVirtualRouterName(String virtualRouterName)
The name of the virtual router with which the route is associated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRouteRequest |
withMeshName(String meshName)
The name of the service mesh in which the route resides.
|
DescribeRouteRequest |
withRouteName(String routeName)
The name of the route to describe.
|
DescribeRouteRequest |
withVirtualRouterName(String virtualRouterName)
The name of the virtual router with which the route is associated.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setMeshName(String meshName)
The name of the service mesh in which the route resides.
meshName - The name of the service mesh in which the route resides.public String getMeshName()
The name of the service mesh in which the route resides.
public DescribeRouteRequest withMeshName(String meshName)
The name of the service mesh in which the route resides.
meshName - The name of the service mesh in which the route resides.public void setRouteName(String routeName)
The name of the route to describe.
routeName - The name of the route to describe.public String getRouteName()
The name of the route to describe.
public DescribeRouteRequest withRouteName(String routeName)
The name of the route to describe.
routeName - The name of the route to describe.public void setVirtualRouterName(String virtualRouterName)
The name of the virtual router with which the route is associated.
virtualRouterName - The name of the virtual router with which the route is associated.public String getVirtualRouterName()
The name of the virtual router with which the route is associated.
public DescribeRouteRequest withVirtualRouterName(String virtualRouterName)
The name of the virtual router with which the route is associated.
virtualRouterName - The name of the virtual router with which the route is associated.public String toString()
toString in class ObjectObject.toString()public DescribeRouteRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.