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 String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName - The name of the cache parameter group.public CacheParameterGroup withCacheParameterGroupName(String cacheParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupName - The name of the cache parameter group.public String getCacheParameterGroupFamily()
public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
cacheParameterGroupFamily - The name of the cache parameter group family that this cache parameter
group is compatible with.public CacheParameterGroup 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 that this cache parameter
group is compatible with.public String getDescription()
public void setDescription(String description)
description - The description for this cache parameter group.public CacheParameterGroup withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - The description for this cache parameter group.public String toString()
toString in class ObjectObject.toString()public CacheParameterGroup clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.