@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRouteResponseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRouteResponseRequest() |
Modifier and Type | Method and Description |
---|---|
GetRouteResponseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getRouteId()
The route ID.
|
String |
getRouteResponseId()
The route response ID.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setRouteId(String routeId)
The route ID.
|
void |
setRouteResponseId(String routeResponseId)
The route response ID.
|
String |
toString()
Returns a string representation of this object.
|
GetRouteResponseRequest |
withApiId(String apiId)
The API identifier.
|
GetRouteResponseRequest |
withRouteId(String routeId)
The route ID.
|
GetRouteResponseRequest |
withRouteResponseId(String routeResponseId)
The route response ID.
|
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 setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public GetRouteResponseRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setRouteId(String routeId)
The route ID.
routeId
- The route ID.public String getRouteId()
The route ID.
public GetRouteResponseRequest withRouteId(String routeId)
The route ID.
routeId
- The route ID.public void setRouteResponseId(String routeResponseId)
The route response ID.
routeResponseId
- The route response ID.public String getRouteResponseId()
The route response ID.
public GetRouteResponseRequest withRouteResponseId(String routeResponseId)
The route response ID.
routeResponseId
- The route response ID.public String toString()
toString
in class Object
Object.toString()
public GetRouteResponseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()