|
||||||||||
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
Represents the output of a DescribeCacheEngineVersions operation.
Constructor Summary | |
---|---|
DescribeCacheEngineVersionsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheEngineVersion> |
getCacheEngineVersions()
A list of cache engine version details. |
String |
getMarker()
Provides an identifier to allow retrieval of paginated results. |
int |
hashCode()
|
void |
setCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of cache engine version details. |
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. |
DescribeCacheEngineVersionsResult |
withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions)
A list of cache engine version details. |
DescribeCacheEngineVersionsResult |
withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of cache engine version details. |
DescribeCacheEngineVersionsResult |
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 DescribeCacheEngineVersionsResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- Provides an identifier 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
- Provides an identifier to allow retrieval of paginated results.
public List<CacheEngineVersion> getCacheEngineVersions()
public void setCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
cacheEngineVersions
- A list of cache engine version details. Each element in the list
contains detailed information about once cache engine version.public DescribeCacheEngineVersionsResult withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions)
Returns a reference to this object so that method calls can be chained together.
cacheEngineVersions
- A list of cache engine version details. Each element in the list
contains detailed information about once cache engine version.
public DescribeCacheEngineVersionsResult withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
Returns a reference to this object so that method calls can be chained together.
cacheEngineVersions
- A list of cache engine version details. Each element in the list
contains detailed information about once cache engine version.
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 |