public class CacheParameterGroup extends Object implements Serializable, Cloneable
Represents the output of a CreateCacheParameterGroup action.
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.
cacheParameterGroupFamily
- The name of the cache parameter group family that this cache
parameter group is compatible with.public String getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
public CacheParameterGroup withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
cacheParameterGroupFamily
- The name of the cache parameter group family that this cache
parameter group is compatible with.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 © 2016. All rights reserved.