public static interface GetVehicleStatusResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetVehicleStatusResponse.Builder,GetVehicleStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetVehicleStatusResponse.Builder |
campaigns(Collection<VehicleStatus> campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
GetVehicleStatusResponse.Builder |
campaigns(Consumer<VehicleStatus.Builder>... campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
GetVehicleStatusResponse.Builder |
campaigns(VehicleStatus... campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
GetVehicleStatusResponse.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, buildGetVehicleStatusResponse.Builder campaigns(Collection<VehicleStatus> campaigns)
Lists information about the state of the vehicle with deployed campaigns.
campaigns - Lists information about the state of the vehicle with deployed campaigns.GetVehicleStatusResponse.Builder campaigns(VehicleStatus... campaigns)
Lists information about the state of the vehicle with deployed campaigns.
campaigns - Lists information about the state of the vehicle with deployed campaigns.GetVehicleStatusResponse.Builder campaigns(Consumer<VehicleStatus.Builder>... campaigns)
Lists information about the state of the vehicle with deployed campaigns.
This is a convenience method that creates an instance of theVehicleStatus.Builder avoiding the need to create
one manually via VehicleStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #campaigns(List.
campaigns - a consumer that will call methods on
VehicleStatus.Builder#campaigns(java.util.Collection) GetVehicleStatusResponse.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.