public static interface ListFleetsForVehicleResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFleetsForVehicleResponse.Builder |
fleets(Collection<String> fleets)
A list of fleet IDs that the vehicle is associated with.
|
ListFleetsForVehicleResponse.Builder |
fleets(String... fleets)
A list of fleet IDs that the vehicle is associated with.
|
ListFleetsForVehicleResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFleetsForVehicleResponse.Builder fleets(Collection<String> fleets)
A list of fleet IDs that the vehicle is associated with.
fleets - A list of fleet IDs that the vehicle is associated with.ListFleetsForVehicleResponse.Builder fleets(String... fleets)
A list of fleet IDs that the vehicle is associated with.
fleets - A list of fleet IDs that the vehicle is associated with.ListFleetsForVehicleResponse.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.