public class CacheEngineVersion extends Object implements Serializable, Cloneable
Provides all of the details about a particular cache engine version.
Constructor and Description |
---|
CacheEngineVersion() |
Modifier and Type | Method and Description |
---|---|
CacheEngineVersion |
clone() |
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 cache parameter group family associated with this 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 cache parameter group family associated with this 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 cache parameter group family associated with this cache
engine.
|
CacheEngineVersion |
withEngine(String engine)
The name of the cache engine.
|
CacheEngineVersion |
withEngineVersion(String engineVersion)
The version number of the cache engine.
|
public void setEngine(String engine)
The name of the cache engine.
engine
- The name of the cache engine.public String getEngine()
The name of the cache engine.
public CacheEngineVersion withEngine(String engine)
The name of the cache engine.
engine
- The name of the cache engine.public void setEngineVersion(String engineVersion)
The version number of the cache engine.
engineVersion
- The version number of the cache engine.public String getEngineVersion()
The version number of the cache engine.
public CacheEngineVersion withEngineVersion(String engineVersion)
The version number of the cache engine.
engineVersion
- The version number of the cache engine.public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family associated with this cache engine.
cacheParameterGroupFamily
- The name of the cache parameter group family associated with this
cache engine.public String getCacheParameterGroupFamily()
The name of the cache parameter group family associated with this cache engine.
public CacheEngineVersion withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family associated with this cache engine.
cacheParameterGroupFamily
- The name of the cache parameter group family associated with this
cache engine.public void setCacheEngineDescription(String cacheEngineDescription)
The description of the cache engine.
cacheEngineDescription
- The description of the cache engine.public String getCacheEngineDescription()
The description of the cache engine.
public CacheEngineVersion withCacheEngineDescription(String cacheEngineDescription)
The description of the cache engine.
cacheEngineDescription
- The description of the cache engine.public void setCacheEngineVersionDescription(String cacheEngineVersionDescription)
The description of the cache engine version.
cacheEngineVersionDescription
- The description of the cache engine version.public String getCacheEngineVersionDescription()
The description of the cache engine version.
public CacheEngineVersion withCacheEngineVersionDescription(String cacheEngineVersionDescription)
The description of the cache engine version.
cacheEngineVersionDescription
- The description of the cache engine version.public String toString()
toString
in class Object
Object.toString()
public CacheEngineVersion clone()
Copyright © 2016. All rights reserved.