|
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.DescribeCacheParameterGroupsResult
public class DescribeCacheParameterGroupsResult
Contains a list of CacheParameterGroups.
Constructor Summary | |
---|---|
DescribeCacheParameterGroupsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheParameterGroup> |
getCacheParameterGroups()
A list of CacheParameterGroup instances. |
String |
getMarker()
The marker obtained from a previous operation response. |
int |
hashCode()
|
void |
setCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of CacheParameterGroup instances. |
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. |
DescribeCacheParameterGroupsResult |
withCacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
A list of CacheParameterGroup instances. |
DescribeCacheParameterGroupsResult |
withCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of CacheParameterGroup instances. |
DescribeCacheParameterGroupsResult |
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 DescribeCacheParameterGroupsResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The marker obtained from a previous operation response.public DescribeCacheParameterGroupsResult 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<CacheParameterGroup> getCacheParameterGroups()
public void setCacheParameterGroups(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(Collection<CacheParameterGroup> cacheParameterGroups)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroups
- A list of CacheParameterGroup instances.
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 |