Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticache.model
Class CacheEngineVersion

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

public class CacheEngineVersion
extends Object
implements Serializable

This data type is used as a response element in the action DescribeCacheEngineVersions.

See Also:
Serialized Form

Constructor Summary
CacheEngineVersion()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCacheEngineDescription()
          The description of the cache engine.
 String getCacheEngineVersionDescription()
          The description of the cache engine version.
 String getCacheParameterGroupFamily()
          The name of the CacheParameterGroupFamily for the cache engine.
 String getEngine()
          The name of the cache engine.
 String getEngineVersion()
          The version number of the cache engine.
 int hashCode()
           
 void setCacheEngineDescription(String cacheEngineDescription)
          The description of the cache engine.
 void setCacheEngineVersionDescription(String cacheEngineVersionDescription)
          The description of the cache engine version.
 void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
          The name of the CacheParameterGroupFamily for the cache engine.
 void setEngine(String engine)
          The name of the cache engine.
 void setEngineVersion(String engineVersion)
          The version number of the cache engine.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CacheEngineVersion withCacheEngineDescription(String cacheEngineDescription)
          The description of the cache engine.
 CacheEngineVersion withCacheEngineVersionDescription(String cacheEngineVersionDescription)
          The description of the cache engine version.
 CacheEngineVersion withCacheParameterGroupFamily(String cacheParameterGroupFamily)
          The name of the CacheParameterGroupFamily for the cache engine.
 CacheEngineVersion withEngine(String engine)
          The name of the cache engine.
 CacheEngineVersion withEngineVersion(String engineVersion)
          The version number of the cache engine.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheEngineVersion

public CacheEngineVersion()
Method Detail

getEngine

public String getEngine()
The name of the cache engine.

Returns:
The name of the cache engine.

setEngine

public void setEngine(String engine)
The name of the cache engine.

Parameters:
engine - The name of the cache engine.

withEngine

public CacheEngineVersion withEngine(String engine)
The name of the cache engine.

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

Parameters:
engine - The name of the cache engine.
Returns:
A reference to this updated object so that method calls can be chained together.

getEngineVersion

public String getEngineVersion()
The version number of the cache engine.

Returns:
The version number of the cache engine.

setEngineVersion

public void setEngineVersion(String engineVersion)
The version number of the cache engine.

Parameters:
engineVersion - The version number of the cache engine.

withEngineVersion

public CacheEngineVersion withEngineVersion(String engineVersion)
The version number of the cache engine.

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

Parameters:
engineVersion - The version number of the cache engine.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheParameterGroupFamily

public String getCacheParameterGroupFamily()
The name of the CacheParameterGroupFamily for the cache engine.

Returns:
The name of the CacheParameterGroupFamily for the cache engine.

setCacheParameterGroupFamily

public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the CacheParameterGroupFamily for the cache engine.

Parameters:
cacheParameterGroupFamily - The name of the CacheParameterGroupFamily for the cache engine.

withCacheParameterGroupFamily

public CacheEngineVersion withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the CacheParameterGroupFamily for the cache engine.

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

Parameters:
cacheParameterGroupFamily - The name of the CacheParameterGroupFamily for the cache engine.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheEngineDescription

public String getCacheEngineDescription()
The description of the cache engine.

Returns:
The description of the cache engine.

setCacheEngineDescription

public void setCacheEngineDescription(String cacheEngineDescription)
The description of the cache engine.

Parameters:
cacheEngineDescription - The description of the cache engine.

withCacheEngineDescription

public CacheEngineVersion withCacheEngineDescription(String cacheEngineDescription)
The description of the cache engine.

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

Parameters:
cacheEngineDescription - The description of the cache engine.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheEngineVersionDescription

public String getCacheEngineVersionDescription()
The description of the cache engine version.

Returns:
The description of the cache engine version.

setCacheEngineVersionDescription

public void setCacheEngineVersionDescription(String cacheEngineVersionDescription)
The description of the cache engine version.

Parameters:
cacheEngineVersionDescription - The description of the cache engine version.

withCacheEngineVersionDescription

public CacheEngineVersion withCacheEngineVersionDescription(String cacheEngineVersionDescription)
The description of the cache engine version.

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

Parameters:
cacheEngineVersionDescription - The description of the cache engine version.
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.