Interface GetVehicleStatusResponse.Builder

    • Method Detail

      • campaigns

        GetVehicleStatusResponse.Builder campaigns​(Collection<VehicleStatus> campaigns)

        Lists information about the state of the vehicle with deployed campaigns.

        Parameters:
        campaigns - Lists information about the state of the vehicle with deployed campaigns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • campaigns

        GetVehicleStatusResponse.Builder campaigns​(VehicleStatus... campaigns)

        Lists information about the state of the vehicle with deployed campaigns.

        Parameters:
        campaigns - Lists information about the state of the vehicle with deployed campaigns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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