|
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.CacheEngineVersion
public class CacheEngineVersion
This data type is used as a response element in the action DescribeCacheEngineVersions.
| Constructor Summary | |
|---|---|
CacheEngineVersion()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCacheEngineDescription()
The description of the cache engine. |
String |
getCacheEngineVersionDescription()
The description of the cache engine version. |
String |
getCacheParameterGroupFamily()
The name of the CacheParameterGroupFamily for the cache engine. |
String |
getEngine()
The name of the cache engine. |
String |
getEngineVersion()
The version number of the cache engine. |
int |
hashCode()
|
void |
setCacheEngineDescription(String cacheEngineDescription)
The description of the cache engine. |
void |
setCacheEngineVersionDescription(String cacheEngineVersionDescription)
The description of the cache engine version. |
void |
setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the CacheParameterGroupFamily for the cache engine. |
void |
setEngine(String engine)
The name of the cache engine. |
void |
setEngineVersion(String engineVersion)
The version number of the cache engine. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheEngineVersion |
withCacheEngineDescription(String cacheEngineDescription)
The description of the cache engine. |
CacheEngineVersion |
withCacheEngineVersionDescription(String cacheEngineVersionDescription)
The description of the cache engine version. |
CacheEngineVersion |
withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the CacheParameterGroupFamily for the cache engine. |
CacheEngineVersion |
withEngine(String engine)
The name of the cache engine. |
CacheEngineVersion |
withEngineVersion(String engineVersion)
The version number of the cache engine. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheEngineVersion()
| Method Detail |
|---|
public String getEngine()
public void setEngine(String engine)
engine - The name of the cache engine.public CacheEngineVersion withEngine(String engine)
Returns a reference to this object so that method calls can be chained together.
engine - The name of the cache engine.
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion - The version number of the cache engine.public CacheEngineVersion withEngineVersion(String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion - The version number of the cache engine.
public String getCacheParameterGroupFamily()
public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
cacheParameterGroupFamily - The name of the CacheParameterGroupFamily for the cache engine.public CacheEngineVersion withCacheParameterGroupFamily(String cacheParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupFamily - The name of the CacheParameterGroupFamily for the cache engine.
public String getCacheEngineDescription()
public void setCacheEngineDescription(String cacheEngineDescription)
cacheEngineDescription - The description of the cache engine.public CacheEngineVersion withCacheEngineDescription(String cacheEngineDescription)
Returns a reference to this object so that method calls can be chained together.
cacheEngineDescription - The description of the cache engine.
public String getCacheEngineVersionDescription()
public void setCacheEngineVersionDescription(String cacheEngineVersionDescription)
cacheEngineVersionDescription - The description of the cache engine version.public CacheEngineVersion withCacheEngineVersionDescription(String cacheEngineVersionDescription)
Returns a reference to this object so that method calls can be chained together.
cacheEngineVersionDescription - The description of the cache engine version.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||