public class DescribeCacheClustersResult
extends java.lang.Object
implements java.io.Serializable
Contains one or more Cache Clusters.
| コンストラクタと説明 |
|---|
DescribeCacheClustersResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CacheCluster> |
getCacheClusters()
A list of CacheClusters.
|
java.lang.String |
getMarker()
The marker obtained from a previous operation response.
|
int |
hashCode() |
void |
setCacheClusters(java.util.Collection<CacheCluster> cacheClusters)
A list of CacheClusters.
|
void |
setMarker(java.lang.String marker)
The marker obtained from a previous operation response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCacheClustersResult |
withCacheClusters(CacheCluster... cacheClusters)
A list of CacheClusters.
|
DescribeCacheClustersResult |
withCacheClusters(java.util.Collection<CacheCluster> cacheClusters)
A list of CacheClusters.
|
DescribeCacheClustersResult |
withMarker(java.lang.String marker)
The marker obtained from a previous operation response.
|
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - The marker obtained from a previous operation response.public DescribeCacheClustersResult withMarker(java.lang.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 java.util.List<CacheCluster> getCacheClusters()
public void setCacheClusters(java.util.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(java.util.Collection<CacheCluster> cacheClusters)
Returns a reference to this object so that method calls can be chained together.
cacheClusters - A list of CacheClusters.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object