Class GetAttributeValuesRequest

    • Method Detail

      • serviceCode

        public final 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.

        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.
      • attributeName

        public final String attributeName()

        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.
      • nextToken

        public final String nextToken()

        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.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in response.

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

        public final 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