public class CreateCacheParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreateCacheParameterGroup operation.
Creates a new Cache Parameter Group. Cache Parameter groups control the parameters for a Cache Cluster.
| コンストラクタと説明 |
|---|
CreateCacheParameterGroupRequest()
Default constructor for a new CreateCacheParameterGroupRequest object.
|
CreateCacheParameterGroupRequest(java.lang.String cacheParameterGroupName,
java.lang.String cacheParameterGroupFamily,
java.lang.String description)
Constructs a new CreateCacheParameterGroupRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheParameterGroupFamily()
The name of the Cache Parameter Group Family the Cache Parameter Group
can be used with.
|
java.lang.String |
getCacheParameterGroupName()
The name of the Cache Parameter Group.
|
java.lang.String |
getDescription()
The description for the Cache Parameter Group.
|
int |
hashCode() |
void |
setCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
The name of the Cache Parameter Group Family the Cache Parameter Group
can be used with.
|
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group.
|
void |
setDescription(java.lang.String description)
The description for the Cache Parameter Group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCacheParameterGroupRequest |
withCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
The name of the Cache Parameter Group Family the Cache Parameter Group
can be used with.
|
CreateCacheParameterGroupRequest |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group.
|
CreateCacheParameterGroupRequest |
withDescription(java.lang.String description)
The description for the Cache Parameter Group.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic CreateCacheParameterGroupRequest()
public CreateCacheParameterGroupRequest(java.lang.String cacheParameterGroupName,
java.lang.String cacheParameterGroupFamily,
java.lang.String description)
cacheParameterGroupName - The name of the Cache Parameter Group.cacheParameterGroupFamily - The name of the Cache Parameter Group
Family the Cache Parameter Group can be used with. description - The description for the Cache Parameter Group.public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group.public CreateCacheParameterGroupRequest withCacheParameterGroupName(java.lang.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 java.lang.String getCacheParameterGroupFamily()
public void setCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
cacheParameterGroupFamily - The name of the Cache Parameter Group Family the Cache Parameter Group
can be used with. public CreateCacheParameterGroupRequest withCacheParameterGroupFamily(java.lang.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 the Cache Parameter Group
can be used with. public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description for the Cache Parameter Group.public CreateCacheParameterGroupRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The description for the Cache Parameter Group.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object