Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticache.model
Class DescribeReservedCacheNodesResult

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.DescribeReservedCacheNodesResult

public class DescribeReservedCacheNodesResult
extends Object

Contains the result of a successful invocation of the DescribeReservedCacheNodes action.


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

Constructor Detail

DescribeReservedCacheNodesResult

public DescribeReservedCacheNodesResult()
Method Detail

getMarker

public String getMarker()
The marker provided for paginated results.

Returns:
The marker provided for paginated results.

setMarker

public void setMarker(String marker)
The marker provided for paginated results.

Parameters:
marker - The marker provided for paginated results.

withMarker

public DescribeReservedCacheNodesResult withMarker(String marker)
The marker provided for paginated results.

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

Parameters:
marker - The marker provided for 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 of reserved Cache Nodes.

Returns:
A list of of reserved Cache Nodes.

setReservedCacheNodes

public void setReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
A list of of reserved Cache Nodes.

Parameters:
reservedCacheNodes - A list of of reserved Cache Nodes.

withReservedCacheNodes

public DescribeReservedCacheNodesResult withReservedCacheNodes(ReservedCacheNode... reservedCacheNodes)
A list of of reserved Cache Nodes.

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

Parameters:
reservedCacheNodes - A list of of reserved Cache Nodes.
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 of reserved Cache Nodes.

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

Parameters:
reservedCacheNodes - A list of of reserved Cache Nodes.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.