com.amazonaws.services.elasticache.model
Class DescribeReservedCacheNodesResult

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.DescribeReservedCacheNodesResult
All Implemented Interfaces:
Serializable

public class DescribeReservedCacheNodesResult
extends Object
implements Serializable

Represents the output of a DescribeReservedCacheNodes operation.

See Also:
Serialized Form

Constructor Summary
DescribeReservedCacheNodesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMarker()
          Provides an identifier to allow retrieval of paginated results.
 List<ReservedCacheNode> getReservedCacheNodes()
          A list of reserved cache nodes.
 int hashCode()
           
 void setMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 void setReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
          A list of reserved cache nodes.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeReservedCacheNodesResult withMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 DescribeReservedCacheNodesResult withReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
          A list of reserved cache nodes.
 DescribeReservedCacheNodesResult withReservedCacheNodes(ReservedCacheNode... reservedCacheNodes)
          A list of reserved cache nodes.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeReservedCacheNodesResult

public DescribeReservedCacheNodesResult()
Method Detail

getMarker

public String getMarker()
Provides an identifier to allow retrieval of paginated results.

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

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.

withMarker

public DescribeReservedCacheNodesResult withMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.
Returns:
A reference to this updated 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(ReservedCacheNode... reservedCacheNodes)
A list of reserved cache nodes. Each element in the list contains detailed information about one node.

Returns a reference to this object so that method calls can be chained together.

Parameters:
reservedCacheNodes - A list of reserved cache nodes. Each element in the list contains detailed information about one node.
Returns:
A reference to this updated object so that method calls can be chained together.

withReservedCacheNodes

public DescribeReservedCacheNodesResult withReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
A list of reserved cache nodes. Each element in the list contains detailed information about one node.

Returns a reference to this object so that method calls can be chained together.

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.