Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticache.model
Class CacheParameterGroup

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.CacheParameterGroup
All Implemented Interfaces:
Serializable

public class CacheParameterGroup
extends Object
implements Serializable

Contains a set of parameters and their values which can be applied to a Cache Cluster.

See Also:
Serialized Form

Constructor Summary
CacheParameterGroup()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCacheParameterGroupFamily()
          Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.
 String getCacheParameterGroupName()
          Provides the name of the Cache Parameter Group.
 String getDescription()
          Provides the customer-specified description for this Cache Parameter Group.
 int hashCode()
           
 void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
          Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.
 void setCacheParameterGroupName(String cacheParameterGroupName)
          Provides the name of the Cache Parameter Group.
 void setDescription(String description)
          Provides the customer-specified description for this Cache Parameter Group.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CacheParameterGroup withCacheParameterGroupFamily(String cacheParameterGroupFamily)
          Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.
 CacheParameterGroup withCacheParameterGroupName(String cacheParameterGroupName)
          Provides the name of the Cache Parameter Group.
 CacheParameterGroup withDescription(String description)
          Provides the customer-specified description for this Cache Parameter Group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheParameterGroup

public CacheParameterGroup()
Method Detail

getCacheParameterGroupName

public String getCacheParameterGroupName()
Provides the name of the Cache Parameter Group.

Returns:
Provides the name of the Cache Parameter Group.

setCacheParameterGroupName

public void setCacheParameterGroupName(String cacheParameterGroupName)
Provides the name of the Cache Parameter Group.

Parameters:
cacheParameterGroupName - Provides the name of the Cache Parameter Group.

withCacheParameterGroupName

public CacheParameterGroup withCacheParameterGroupName(String cacheParameterGroupName)
Provides the name of the Cache Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cacheParameterGroupName - Provides the name of the Cache Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheParameterGroupFamily

public String getCacheParameterGroupFamily()
Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.

Returns:
Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.

setCacheParameterGroupFamily

public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.

Parameters:
cacheParameterGroupFamily - Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.

withCacheParameterGroupFamily

public CacheParameterGroup withCacheParameterGroupFamily(String cacheParameterGroupFamily)
Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cacheParameterGroupFamily - Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Provides the customer-specified description for this Cache Parameter Group.

Returns:
Provides the customer-specified description for this Cache Parameter Group.

setDescription

public void setDescription(String description)
Provides the customer-specified description for this Cache Parameter Group.

Parameters:
description - Provides the customer-specified description for this Cache Parameter Group.

withDescription

public CacheParameterGroup withDescription(String description)
Provides the customer-specified description for this Cache Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - Provides the customer-specified description for this Cache Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.