@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRouteRequest() |
Modifier and Type | Method and Description |
---|---|
GetRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationIdentifier()
The ID of the application.
|
String |
getEnvironmentIdentifier()
The ID of the environment.
|
String |
getRouteIdentifier()
The ID of the route.
|
int |
hashCode() |
void |
setApplicationIdentifier(String applicationIdentifier)
The ID of the application.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
void |
setRouteIdentifier(String routeIdentifier)
The ID of the route.
|
String |
toString()
Returns a string representation of this object.
|
GetRouteRequest |
withApplicationIdentifier(String applicationIdentifier)
The ID of the application.
|
GetRouteRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
GetRouteRequest |
withRouteIdentifier(String routeIdentifier)
The ID of the route.
|
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 setApplicationIdentifier(String applicationIdentifier)
The ID of the application.
applicationIdentifier
- The ID of the application.public String getApplicationIdentifier()
The ID of the application.
public GetRouteRequest withApplicationIdentifier(String applicationIdentifier)
The ID of the application.
applicationIdentifier
- The ID of the application.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier
- The ID of the environment.public String getEnvironmentIdentifier()
The ID of the environment.
public GetRouteRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier
- The ID of the environment.public void setRouteIdentifier(String routeIdentifier)
The ID of the route.
routeIdentifier
- The ID of the route.public String getRouteIdentifier()
The ID of the route.
public GetRouteRequest withRouteIdentifier(String routeIdentifier)
The ID of the route.
routeIdentifier
- The ID of the route.public String toString()
toString
in class Object
Object.toString()
public GetRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()