@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRouteResponsesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRouteResponsesRequest() |
Modifier and Type | Method and Description |
---|---|
GetRouteResponsesRequest |
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 |
getMaxResults()
The maximum number of elements to be returned for this resource.
|
String |
getNextToken()
The next page of elements from this collection.
|
String |
getRouteId()
The route ID.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
void |
setNextToken(String nextToken)
The next page of elements from this collection.
|
void |
setRouteId(String routeId)
The route ID.
|
String |
toString()
Returns a string representation of this object.
|
GetRouteResponsesRequest |
withApiId(String apiId)
The API identifier.
|
GetRouteResponsesRequest |
withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetRouteResponsesRequest |
withNextToken(String nextToken)
The next page of elements from this collection.
|
GetRouteResponsesRequest |
withRouteId(String routeId)
The route 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 GetRouteResponsesRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public String getMaxResults()
The maximum number of elements to be returned for this resource.
public GetRouteResponsesRequest withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public void setNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public String getNextToken()
The next page of elements from this collection. Not valid for the last element of the collection.
public GetRouteResponsesRequest withNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public void setRouteId(String routeId)
The route ID.
routeId
- The route ID.public String getRouteId()
The route ID.
public GetRouteResponsesRequest withRouteId(String routeId)
The route ID.
routeId
- The route ID.public String toString()
toString
in class Object
Object.toString()
public GetRouteResponsesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()