Class DescribeReservedCacheNodesResult

    • Constructor Detail

      • DescribeReservedCacheNodesResult

        public DescribeReservedCacheNodesResult()
    • 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 DescribeReservedCacheNodesResult 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.
      • getReservedCacheNodes

        public List<ReservedCacheNode> getReservedCacheNodes()

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

        Returns:
        A list of reserved cache nodes. Each element in the list contains detailed information about one node.
      • setReservedCacheNodes

        public void setReservedCacheNodes​(Collection<ReservedCacheNode> reservedCacheNodes)

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

        Parameters:
        reservedCacheNodes - A list of reserved cache nodes. Each element in the list contains detailed information about one node.
      • withReservedCacheNodes

        public DescribeReservedCacheNodesResult withReservedCacheNodes​(Collection<ReservedCacheNode> reservedCacheNodes)

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

        Parameters:
        reservedCacheNodes - A list of reserved cache nodes. Each element in the list contains detailed information about one node.
        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