public class CacheParameterGroup
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a CreateCacheParameterGroup action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cacheParameterGroupFamily
The name of the cache parameter group family that this cache parameter
group is compatible with.
|
private java.lang.String |
cacheParameterGroupName
The name of the cache parameter group.
|
private java.lang.String |
description
The description for this cache parameter group.
|
Constructor and Description |
---|
CacheParameterGroup() |
Modifier and Type | Method and Description |
---|---|
CacheParameterGroup |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter
group is compatible with.
|
java.lang.String |
getCacheParameterGroupName()
The name of the cache parameter group.
|
java.lang.String |
getDescription()
The description for this cache parameter group.
|
int |
hashCode() |
void |
setCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter
group is compatible with.
|
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
|
void |
setDescription(java.lang.String description)
The description for this cache parameter group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CacheParameterGroup |
withCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter
group is compatible with.
|
CacheParameterGroup |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
|
CacheParameterGroup |
withDescription(java.lang.String description)
The description for this cache parameter group.
|
private java.lang.String cacheParameterGroupName
The name of the cache parameter group.
private java.lang.String cacheParameterGroupFamily
The name of the cache parameter group family that this cache parameter group is compatible with.
private java.lang.String description
The description for this cache parameter group.
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName
- The name of the cache parameter group.public java.lang.String getCacheParameterGroupName()
The name of the cache parameter group.
public CacheParameterGroup withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName
- The name of the cache parameter group.public void setCacheParameterGroupFamily(java.lang.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 java.lang.String getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
public CacheParameterGroup withCacheParameterGroupFamily(java.lang.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(java.lang.String description)
The description for this cache parameter group.
description
- The description for this cache parameter group.public java.lang.String getDescription()
The description for this cache parameter group.
public CacheParameterGroup withDescription(java.lang.String description)
The description for this cache parameter group.
description
- The description for this cache parameter group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CacheParameterGroup clone()
clone
in class java.lang.Object