|
||||||||||
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
Represents the output of a DescribeReservedCacheNodes operation.
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 |
---|
public DescribeReservedCacheNodesResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- Provides an identifier to allow retrieval of paginated results.public DescribeReservedCacheNodesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- Provides an identifier to allow retrieval of paginated results.
public List<ReservedCacheNode> getReservedCacheNodes()
public void setReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
reservedCacheNodes
- A list of reserved cache nodes. Each element in the list contains
detailed information about one node.public DescribeReservedCacheNodesResult withReservedCacheNodes(ReservedCacheNode... reservedCacheNodes)
Returns a reference to this object so that method calls can be chained together.
reservedCacheNodes
- A list of reserved cache nodes. Each element in the list contains
detailed information about one node.
public DescribeReservedCacheNodesResult withReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
Returns a reference to this object so that method calls can be chained together.
reservedCacheNodes
- A list of reserved cache nodes. Each element in the list contains
detailed information about one node.
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 |