public static interface ListVehiclesInFleetResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListVehiclesInFleetResponse.Builder,ListVehiclesInFleetResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVehiclesInFleetResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
ListVehiclesInFleetResponse.Builder |
vehicles(Collection<String> vehicles)
A list of vehicles associated with the fleet.
|
ListVehiclesInFleetResponse.Builder |
vehicles(String... vehicles)
A list of vehicles associated with the fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVehiclesInFleetResponse.Builder vehicles(Collection<String> vehicles)
A list of vehicles associated with the fleet.
vehicles - A list of vehicles associated with the fleet.ListVehiclesInFleetResponse.Builder vehicles(String... vehicles)
A list of vehicles associated with the fleet.
vehicles - A list of vehicles associated with the fleet.ListVehiclesInFleetResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results, or null if there are no more results.
nextToken - The token to retrieve the next set of results, or null if there are no more results.Copyright © 2022. All rights reserved.