@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFleetsForVehicleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFleetsForVehicleRequest() |
Modifier and Type | Method and Description |
---|---|
ListFleetsForVehicleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to return, between 1 and 100, inclusive.
|
String |
getNextToken()
A pagination token for the next set of results.
|
String |
getVehicleName()
The ID of the vehicle to retrieve information about.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
void |
setNextToken(String nextToken)
A pagination token for the next set of results.
|
void |
setVehicleName(String vehicleName)
The ID of the vehicle to retrieve information about.
|
String |
toString()
Returns a string representation of this object.
|
ListFleetsForVehicleRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
ListFleetsForVehicleRequest |
withNextToken(String nextToken)
A pagination token for the next set of results.
|
ListFleetsForVehicleRequest |
withVehicleName(String vehicleName)
The ID of the vehicle to retrieve information about.
|
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 setVehicleName(String vehicleName)
The ID of the vehicle to retrieve information about.
vehicleName
- The ID of the vehicle to retrieve information about.public String getVehicleName()
The ID of the vehicle to retrieve information about.
public ListFleetsForVehicleRequest withVehicleName(String vehicleName)
The ID of the vehicle to retrieve information about.
vehicleName
- The ID of the vehicle to retrieve information about.public void setNextToken(String nextToken)
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next set of results, reissue the search request and
include the returned token. When all results have been returned, the response does not contain a pagination token
value.
nextToken
- A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next set of results,
reissue the search request and include the returned token. When all results have been returned, the
response does not contain a pagination token value.
public String getNextToken()
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next set of results, reissue the search request and
include the returned token. When all results have been returned, the response does not contain a pagination token
value.
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next set of results,
reissue the search request and include the returned token. When all results have been returned, the
response does not contain a pagination token value.
public ListFleetsForVehicleRequest withNextToken(String nextToken)
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next set of results, reissue the search request and
include the returned token. When all results have been returned, the response does not contain a pagination token
value.
nextToken
- A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next set of results,
reissue the search request and include the returned token. When all results have been returned, the
response does not contain a pagination token value.
public void setMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
maxResults
- The maximum number of items to return, between 1 and 100, inclusive.public Integer getMaxResults()
The maximum number of items to return, between 1 and 100, inclusive.
public ListFleetsForVehicleRequest withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
maxResults
- The maximum number of items to return, between 1 and 100, inclusive.public String toString()
toString
in class Object
Object.toString()
public ListFleetsForVehicleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()