|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.DescribeReservedCacheNodesResult
public class DescribeReservedCacheNodesResult
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 |
---|
public DescribeReservedCacheNodesResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The marker provided for paginated results.public DescribeReservedCacheNodesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The marker provided for paginated results.
public List<ReservedCacheNode> getReservedCacheNodes()
public void setReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
reservedCacheNodes
- A list of of reserved Cache Nodes.public DescribeReservedCacheNodesResult withReservedCacheNodes(ReservedCacheNode... reservedCacheNodes)
Returns a reference to this object so that method calls can be chained together.
reservedCacheNodes
- A list of of reserved Cache Nodes.
public DescribeReservedCacheNodesResult withReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
Returns a reference to this object so that method calls can be chained together.
reservedCacheNodes
- A list of of reserved Cache Nodes.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |