@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CacheParameterGroup extends Object implements Serializable, Cloneable
Represents the output of a CreateCacheParameterGroup
operation.
Constructor and Description |
---|
CacheParameterGroup() |
Modifier and Type | Method and Description |
---|---|
CacheParameterGroup |
clone() |
boolean |
equals(Object obj) |
String |
getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
|
String |
getCacheParameterGroupName()
The name of the cache parameter group.
|
String |
getDescription()
The description for this cache parameter group.
|
int |
hashCode() |
void |
setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
|
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
|
void |
setDescription(String description)
The description for this cache parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CacheParameterGroup |
withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
|
CacheParameterGroup |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
|
CacheParameterGroup |
withDescription(String description)
The description for this cache parameter group.
|
public void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName
- The name of the cache parameter group.public String getCacheParameterGroupName()
The name of the cache parameter group.
public CacheParameterGroup withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName
- The name of the cache parameter group.public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
cacheParameterGroupFamily
- The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
public String getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
public CacheParameterGroup withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
cacheParameterGroupFamily
- The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
public void setDescription(String description)
The description for this cache parameter group.
description
- The description for this cache parameter group.public String getDescription()
The description for this cache parameter group.
public CacheParameterGroup withDescription(String description)
The description for this cache parameter group.
description
- The description for this cache parameter group.public String toString()
toString
in class Object
Object.toString()
public CacheParameterGroup clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.