|
||||||||||
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
Represents the output of a DescribeCacheClusters operation.
Constructor Summary | |
---|---|
DescribeCacheClustersResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheCluster> |
getCacheClusters()
A list of cache clusters. |
String |
getMarker()
Provides an identifier to allow retrieval of paginated results. |
int |
hashCode()
|
void |
setCacheClusters(Collection<CacheCluster> cacheClusters)
A list of cache clusters. |
void |
setMarker(String marker)
Provides an identifier to allow retrieval of paginated results. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCacheClustersResult |
withCacheClusters(CacheCluster... cacheClusters)
A list of cache clusters. |
DescribeCacheClustersResult |
withCacheClusters(Collection<CacheCluster> cacheClusters)
A list of cache clusters. |
DescribeCacheClustersResult |
withMarker(String marker)
Provides an identifier to allow retrieval of paginated results. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCacheClustersResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- Provides an identifier to allow retrieval of paginated results.public DescribeCacheClustersResult 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<CacheCluster> getCacheClusters()
public void setCacheClusters(Collection<CacheCluster> cacheClusters)
cacheClusters
- A list of cache clusters. Each item in the list contains detailed
information about one cache cluster.public DescribeCacheClustersResult withCacheClusters(CacheCluster... cacheClusters)
Returns a reference to this object so that method calls can be chained together.
cacheClusters
- A list of cache clusters. Each item in the list contains detailed
information about one cache cluster.
public DescribeCacheClustersResult withCacheClusters(Collection<CacheCluster> cacheClusters)
Returns a reference to this object so that method calls can be chained together.
cacheClusters
- A list of cache clusters. Each item in the list contains detailed
information about one cache cluster.
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 |