|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.CreateCacheParameterGroupRequest
public class CreateCacheParameterGroupRequest
Container for the parameters to the CreateCacheParameterGroup operation.
Creates a new Cache Parameter Group. Cache Parameter groups control the parameters for a Cache Cluster.
AmazonElastiCache.createCacheParameterGroup(CreateCacheParameterGroupRequest),
Serialized Form| Constructor Summary | |
|---|---|
CreateCacheParameterGroupRequest()
Default constructor for a new CreateCacheParameterGroupRequest object. |
|
CreateCacheParameterGroupRequest(String cacheParameterGroupName,
String cacheParameterGroupFamily,
String description)
Constructs a new CreateCacheParameterGroupRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCacheParameterGroupFamily()
The name of the Cache Parameter Group Family the Cache Parameter Group can be used with. |
String |
getCacheParameterGroupName()
The name of the Cache Parameter Group. |
String |
getDescription()
The description for the Cache Parameter Group. |
int |
hashCode()
|
void |
setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the Cache Parameter Group Family the Cache Parameter Group can be used with. |
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
void |
setDescription(String description)
The description for the Cache Parameter Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateCacheParameterGroupRequest |
withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the Cache Parameter Group Family the Cache Parameter Group can be used with. |
CreateCacheParameterGroupRequest |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
CreateCacheParameterGroupRequest |
withDescription(String description)
The description for the Cache Parameter Group. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateCacheParameterGroupRequest()
public CreateCacheParameterGroupRequest(String cacheParameterGroupName,
String cacheParameterGroupFamily,
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.| Method Detail |
|---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group.public CreateCacheParameterGroupRequest 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 the Cache Parameter Group
can be used with. public CreateCacheParameterGroupRequest 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 the Cache Parameter Group
can be used with. public String getDescription()
public void setDescription(String description)
description - The description for the Cache Parameter Group.public CreateCacheParameterGroupRequest withDescription(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||