public class DescribeCacheParameterGroupsResult
extends java.lang.Object
implements java.io.Serializable
Contains a list of CacheParameterGroups.
| コンストラクタと説明 |
|---|
DescribeCacheParameterGroupsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CacheParameterGroup> |
getCacheParameterGroups()
A list of CacheParameterGroup instances.
|
java.lang.String |
getMarker()
The marker obtained from a previous operation response.
|
int |
hashCode() |
void |
setCacheParameterGroups(java.util.Collection<CacheParameterGroup> cacheParameterGroups)
A list of CacheParameterGroup instances.
|
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.
|
DescribeCacheParameterGroupsResult |
withCacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
A list of CacheParameterGroup instances.
|
DescribeCacheParameterGroupsResult |
withCacheParameterGroups(java.util.Collection<CacheParameterGroup> cacheParameterGroups)
A list of CacheParameterGroup instances.
|
DescribeCacheParameterGroupsResult |
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 DescribeCacheParameterGroupsResult 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<CacheParameterGroup> getCacheParameterGroups()
public void setCacheParameterGroups(java.util.Collection<CacheParameterGroup> cacheParameterGroups)
cacheParameterGroups - A list of CacheParameterGroup instances.public DescribeCacheParameterGroupsResult withCacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroups - A list of CacheParameterGroup instances.public DescribeCacheParameterGroupsResult withCacheParameterGroups(java.util.Collection<CacheParameterGroup> cacheParameterGroups)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroups - A list of CacheParameterGroup instances.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