public class CacheEngineVersion extends Object implements Serializable
Provides all of the details about a particular cache engine version.
Constructor and Description |
---|
CacheEngineVersion() |
Modifier and Type | Method and Description |
---|---|
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 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 cache parameter group family associated with this
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 cache parameter group family associated with this
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.