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

Class DescribeReservedInstanceOfferingsRequest

    • Constructor Detail

      • DescribeReservedInstanceOfferingsRequest

        public DescribeReservedInstanceOfferingsRequest()
    • Method Detail

      • setReservedInstanceOfferingId

        public void setReservedInstanceOfferingId(String reservedInstanceOfferingId)

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

        Parameters:
        reservedInstanceOfferingId - The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
      • getReservedInstanceOfferingId

        public String getReservedInstanceOfferingId()

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

        public DescribeReservedInstanceOfferingsRequest withReservedInstanceOfferingId(String reservedInstanceOfferingId)

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

        Parameters:
        reservedInstanceOfferingId - The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(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.

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

        public Integer getMaxResults()

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

        public DescribeReservedInstanceOfferingsRequest withMaxResults(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(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.

        Parameters:
        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.
      • getNextToken

        public String getNextToken()

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

        public DescribeReservedInstanceOfferingsRequest withNextToken(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.

        Parameters:
        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:
        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 によって変換されたページ (->オリジナル) /