Class DescribeReservedInstanceOfferingsRequest

    • Method Detail

      • reservedInstanceOfferingId

        public final String reservedInstanceOfferingId()

        The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.

        Returns:
        The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
      • nextToken

        public final String nextToken()

        If your initial DescribeReservedInstanceOfferings operation returns a nextToken, you can include the returned nextToken in subsequent DescribeReservedInstanceOfferings operations, which returns results in the next page.

        Returns:
        If your initial DescribeReservedInstanceOfferings operation returns a nextToken , you can include the returned nextToken in subsequent DescribeReservedInstanceOfferings operations, which returns results in the next page.
      • 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