JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotfleetwise.model

Class GetVehicleStatusRequest

    • Constructor Detail

      • GetVehicleStatusRequest

        public GetVehicleStatusRequest()
    • Method Detail

      • setNextToken

        public void setNextToken(String nextToken)

        A pagination token for the next set of results.

        If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

        Parameters:
        nextToken - A pagination token for the next set of results.

        If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

      • getNextToken

        public String getNextToken()

        A pagination token for the next set of results.

        If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

        Returns:
        A pagination token for the next set of results.

        If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

      • withNextToken

        public GetVehicleStatusRequest withNextToken(String nextToken)

        A pagination token for the next set of results.

        If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

        Parameters:
        nextToken - A pagination token for the next set of results.

        If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        The maximum number of items to return, between 1 and 100, inclusive.

        Parameters:
        maxResults - The maximum number of items to return, between 1 and 100, inclusive.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of items to return, between 1 and 100, inclusive.

        Returns:
        The maximum number of items to return, between 1 and 100, inclusive.
      • withMaxResults

        public GetVehicleStatusRequest withMaxResults(Integer maxResults)

        The maximum number of items to return, between 1 and 100, inclusive.

        Parameters:
        maxResults - The maximum number of items to return, between 1 and 100, inclusive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVehicleName

        public void setVehicleName(String vehicleName)

        The ID of the vehicle to retrieve information about.

        Parameters:
        vehicleName - The ID of the vehicle to retrieve information about.
      • getVehicleName

        public String getVehicleName()

        The ID of the vehicle to retrieve information about.

        Returns:
        The ID of the vehicle to retrieve information about.
      • withVehicleName

        public GetVehicleStatusRequest withVehicleName(String vehicleName)

        The ID of the vehicle to retrieve information about.

        Parameters:
        vehicleName - The ID of the vehicle to retrieve information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /