|
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(java.lang.Object obj)
|
java.lang.String |
getMarker()
The marker provided for paginated results. |
java.util.List<ReservedCacheNode> |
getReservedCacheNodes()
A list of of reserved Cache Nodes. |
int |
hashCode()
|
void |
setMarker(java.lang.String marker)
The marker provided for paginated results. |
void |
setReservedCacheNodes(java.util.Collection<ReservedCacheNode> reservedCacheNodes)
A list of of reserved Cache Nodes. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeReservedCacheNodesResult |
withMarker(java.lang.String marker)
The marker provided for paginated results. |
DescribeReservedCacheNodesResult |
withReservedCacheNodes(java.util.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 java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - The marker provided for paginated results.public DescribeReservedCacheNodesResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The marker provided for paginated results.
public java.util.List<ReservedCacheNode> getReservedCacheNodes()
public void setReservedCacheNodes(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||