@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 that the route resides in.
|
String |
getRouteName()
The name of the route to describe.
|
String |
getVirtualRouterName()
The name of the virtual router that the route is associated with.
|
int |
hashCode() |
void |
setMeshName(String meshName)
The name of the service mesh that the route resides in.
|
void |
setRouteName(String routeName)
The name of the route to describe.
|
void |
setVirtualRouterName(String virtualRouterName)
The name of the virtual router that the route is associated with.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRouteRequest |
withMeshName(String meshName)
The name of the service mesh that the route resides in.
|
DescribeRouteRequest |
withRouteName(String routeName)
The name of the route to describe.
|
DescribeRouteRequest |
withVirtualRouterName(String virtualRouterName)
The name of the virtual router that the route is associated with.
|
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 that the route resides in.
meshName
- The name of the service mesh that the route resides in.public String getMeshName()
The name of the service mesh that the route resides in.
public DescribeRouteRequest withMeshName(String meshName)
The name of the service mesh that the route resides in.
meshName
- The name of the service mesh that the route resides in.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 that the route is associated with.
virtualRouterName
- The name of the virtual router that the route is associated with.public String getVirtualRouterName()
The name of the virtual router that the route is associated with.
public DescribeRouteRequest withVirtualRouterName(String virtualRouterName)
The name of the virtual router that the route is associated with.
virtualRouterName
- The name of the virtual router that the route is associated with.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.