Interface ListFleetsForVehicleResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>, IoTFleetWiseResponse.Builder, SdkBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListFleetsForVehicleResponse

public static interface ListFleetsForVehicleResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>
  • Method Details

    • fleets

      A list of fleet IDs that the vehicle is associated with.

      Parameters:
      fleets - A list of fleet IDs that the vehicle is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleets

      A list of fleet IDs that the vehicle is associated with.

      Parameters:
      fleets - A list of fleet IDs that the vehicle is associated with.
      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, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.