@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 |
getARN()
The ARN (Amazon Resource Name) of the cache parameter group.
|
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.
|
Boolean |
getIsGlobal()
Indicates whether the parameter group is associated with a Global datastore
|
int |
hashCode() |
Boolean |
isGlobal()
Indicates whether the parameter group is associated with a Global datastore
|
void |
setARN(String aRN)
The ARN (Amazon Resource Name) of the cache parameter group.
|
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.
|
void |
setIsGlobal(Boolean isGlobal)
Indicates whether the parameter group is associated with a Global datastore
|
String |
toString()
Returns a string representation of this object.
|
CacheParameterGroup |
withARN(String aRN)
The ARN (Amazon Resource Name) of the cache parameter group.
|
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.
|
CacheParameterGroup |
withIsGlobal(Boolean isGlobal)
Indicates whether the parameter group is associated with a Global datastore
|
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
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
|
redis5.0
| redis6.x
| redis7
cacheParameterGroupFamily
- The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
|
redis5.0
| redis6.x
| redis7
public String getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
|
redis5.0
| redis6.x
| redis7
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
|
redis5.0
| redis6.x
| redis7
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
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
|
redis5.0
| redis6.x
| redis7
cacheParameterGroupFamily
- The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
|
redis5.0
| redis6.x
| redis7
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 void setIsGlobal(Boolean isGlobal)
Indicates whether the parameter group is associated with a Global datastore
isGlobal
- Indicates whether the parameter group is associated with a Global datastorepublic Boolean getIsGlobal()
Indicates whether the parameter group is associated with a Global datastore
public CacheParameterGroup withIsGlobal(Boolean isGlobal)
Indicates whether the parameter group is associated with a Global datastore
isGlobal
- Indicates whether the parameter group is associated with a Global datastorepublic Boolean isGlobal()
Indicates whether the parameter group is associated with a Global datastore
public void setARN(String aRN)
The ARN (Amazon Resource Name) of the cache parameter group.
aRN
- The ARN (Amazon Resource Name) of the cache parameter group.public String getARN()
The ARN (Amazon Resource Name) of the cache parameter group.
public CacheParameterGroup withARN(String aRN)
The ARN (Amazon Resource Name) of the cache parameter group.
aRN
- The ARN (Amazon Resource Name) of the cache parameter group.public String toString()
toString
in class Object
Object.toString()
public CacheParameterGroup clone()