|
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)
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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(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.Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |