Interface ListFleetsForVehicleResponse.Builder

    • Method Detail

      • fleets

        ListFleetsForVehicleResponse.Builder fleets​(Collection<String> 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

        ListFleetsForVehicleResponse.Builder fleets​(String... 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

        ListFleetsForVehicleResponse.Builder nextToken​(String 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.