|
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.DescribeCacheEngineVersionsResult
public class DescribeCacheEngineVersionsResult
Contains the result of a successful invocation of the DescribeCacheEngineVersions action.
Constructor Summary | |
---|---|
DescribeCacheEngineVersionsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheEngineVersion> |
getCacheEngineVersions()
A list of CacheEngineVersion elements. |
String |
getMarker()
The identifier returned to allow retrieval of paginated results. |
int |
hashCode()
|
void |
setCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of CacheEngineVersion elements. |
void |
setMarker(String marker)
The identifier returned to allow retrieval of paginated results. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCacheEngineVersionsResult |
withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions)
A list of CacheEngineVersion elements. |
DescribeCacheEngineVersionsResult |
withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of CacheEngineVersion elements. |
DescribeCacheEngineVersionsResult |
withMarker(String marker)
The identifier returned to allow retrieval of paginated results. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCacheEngineVersionsResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The identifier returned to allow retrieval of paginated results.public DescribeCacheEngineVersionsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The identifier returned to allow retrieval of paginated results.
public List<CacheEngineVersion> getCacheEngineVersions()
CacheEngineVersion
elements.
CacheEngineVersion
elements.public void setCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
CacheEngineVersion
elements.
cacheEngineVersions
- A list of CacheEngineVersion
elements.public DescribeCacheEngineVersionsResult withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions)
CacheEngineVersion
elements.
Returns a reference to this object so that method calls can be chained together.
cacheEngineVersions
- A list of CacheEngineVersion
elements.
public DescribeCacheEngineVersionsResult withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
CacheEngineVersion
elements.
Returns a reference to this object so that method calls can be chained together.
cacheEngineVersions
- A list of CacheEngineVersion
elements.
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 |