Class DescribeServicesRequest

    • Method Detail

      • serviceCode

        public final String serviceCode()

        The code for the service whose information you want to retrieve, such as AmazonEC2. You can use the ServiceCode to filter the results in a GetProducts call. To retrieve a list of all services, leave this blank.

        Returns:
        The code for the service whose information you want to retrieve, such as AmazonEC2. You can use the ServiceCode to filter the results in a GetProducts call. To retrieve a list of all services, leave this blank.
      • formatVersion

        public final String formatVersion()

        The format version that you want the response to be in.

        Valid values are: aws_v1

        Returns:
        The format version that you want the response to be in.

        Valid values are: aws_v1

      • 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 that you want returned in the response.

        Returns:
        The maximum number of results that you want returned in the 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