Interface ListVehiclesInFleetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListVehiclesInFleetResponse.Builder,
,ListVehiclesInFleetResponse> IoTFleetWiseResponse.Builder
,SdkBuilder<ListVehiclesInFleetResponse.Builder,
,ListVehiclesInFleetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListVehiclesInFleetResponse
@Mutable
@NotThreadSafe
public static interface ListVehiclesInFleetResponse.Builder
extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListVehiclesInFleetResponse.Builder,ListVehiclesInFleetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to retrieve the next set of results, ornull
if there are no more results.A list of vehicles associated with the fleet.vehicles
(Collection<String> vehicles) A list of vehicles associated with the fleet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
vehicles
A list of vehicles associated with the fleet.
- Parameters:
vehicles
- A list of vehicles associated with the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vehicles
A list of vehicles associated with the fleet.
- Parameters:
vehicles
- A list of vehicles associated with the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to retrieve the next set of results, or
null
if there are no more results.- Parameters:
nextToken
- The token to retrieve the next set of results, ornull
if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-