@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DescribeRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.