|
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.DescribeCacheClustersResult
public class DescribeCacheClustersResult
Contains one or more Cache Clusters.
| Constructor Summary | |
|---|---|
DescribeCacheClustersResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<CacheCluster> |
getCacheClusters()
A list of CacheClusters. |
String |
getMarker()
The marker obtained from a previous operation response. |
int |
hashCode()
|
void |
setCacheClusters(Collection<CacheCluster> cacheClusters)
A list of CacheClusters. |
void |
setMarker(String marker)
The marker obtained from a previous operation response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCacheClustersResult |
withCacheClusters(CacheCluster... cacheClusters)
A list of CacheClusters. |
DescribeCacheClustersResult |
withCacheClusters(Collection<CacheCluster> cacheClusters)
A list of CacheClusters. |
DescribeCacheClustersResult |
withMarker(String marker)
The marker obtained from a previous operation response. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeCacheClustersResult()
| Method Detail |
|---|
public String getMarker()
public void setMarker(String marker)
marker - The marker obtained from a previous operation response.public DescribeCacheClustersResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The marker obtained from a previous operation response.
public List<CacheCluster> getCacheClusters()
public void setCacheClusters(Collection<CacheCluster> cacheClusters)
cacheClusters - A list of CacheClusters.public DescribeCacheClustersResult withCacheClusters(CacheCluster... cacheClusters)
Returns a reference to this object so that method calls can be chained together.
cacheClusters - A list of CacheClusters.
public DescribeCacheClustersResult withCacheClusters(Collection<CacheCluster> cacheClusters)
Returns a reference to this object so that method calls can be chained together.
cacheClusters - A list of CacheClusters.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||