Class DescribeReservedCacheNodesOfferingsResult

    • Constructor Detail

      • DescribeReservedCacheNodesOfferingsResult

        public DescribeReservedCacheNodesOfferingsResult()
    • Method Detail

      • setMarker

        public void setMarker​(String marker)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        marker - Provides an identifier to allow retrieval of paginated results.
      • getMarker

        public String getMarker()

        Provides an identifier to allow retrieval of paginated results.

        Returns:
        Provides an identifier to allow retrieval of paginated results.
      • withMarker

        public DescribeReservedCacheNodesOfferingsResult withMarker​(String marker)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        marker - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getReservedCacheNodesOfferings

        public List<ReservedCacheNodesOffering> getReservedCacheNodesOfferings()

        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

        Returns:
        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
      • setReservedCacheNodesOfferings

        public void setReservedCacheNodesOfferings​(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings)

        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

        Parameters:
        reservedCacheNodesOfferings - A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
      • withReservedCacheNodesOfferings

        public DescribeReservedCacheNodesOfferingsResult withReservedCacheNodesOfferings​(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings)

        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

        Parameters:
        reservedCacheNodesOfferings - A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object