Interface ListVehiclesInFleetResponse.Builder

    • Method Detail

      • vehicles

        ListVehiclesInFleetResponse.Builder vehicles​(Collection<String> 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

        ListVehiclesInFleetResponse.Builder vehicles​(String... 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

        ListVehiclesInFleetResponse.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.