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.pricing.model

Class GetAttributeValuesRequest

    • Constructor Detail

      • GetAttributeValuesRequest

        public GetAttributeValuesRequest()
    • Method Detail

      • setServiceCode

        public void setServiceCode(String serviceCode)

        The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.

        Parameters:
        serviceCode - The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.
      • getServiceCode

        public String getServiceCode()

        The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.

        Returns:
        The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.
      • withServiceCode

        public GetAttributeValuesRequest withServiceCode(String serviceCode)

        The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.

        Parameters:
        serviceCode - The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAttributeName

        public void setAttributeName(String attributeName)

        The name of the attribute that you want to retrieve the values for, such as volumeType.

        Parameters:
        attributeName - The name of the attribute that you want to retrieve the values for, such as volumeType.
      • getAttributeName

        public String getAttributeName()

        The name of the attribute that you want to retrieve the values for, such as volumeType.

        Returns:
        The name of the attribute that you want to retrieve the values for, such as volumeType.
      • withAttributeName

        public GetAttributeValuesRequest withAttributeName(String attributeName)

        The name of the attribute that you want to retrieve the values for, such as volumeType.

        Parameters:
        attributeName - The name of the attribute that you want to retrieve the values for, such as volumeType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        The pagination token that indicates the next set of results that you want to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results that you want to retrieve.
      • getNextToken

        public String getNextToken()

        The pagination token that indicates the next set of results that you want to retrieve.

        Returns:
        The pagination token that indicates the next set of results that you want to retrieve.
      • withNextToken

        public GetAttributeValuesRequest withNextToken(String nextToken)

        The pagination token that indicates the next set of results that you want to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results that you want to retrieve.
        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 results to return in response.

        Parameters:
        maxResults - The maximum number of results to return in response.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results to return in response.

        Returns:
        The maximum number of results to return in response.
      • withMaxResults

        public GetAttributeValuesRequest withMaxResults(Integer maxResults)

        The maximum number of results to return in response.

        Parameters:
        maxResults - The maximum number of results to return in response.
        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 によって変換されたページ (->オリジナル) /