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

public class CacheEngineVersion
extends java.lang.Object

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


Constructor Summary
CacheEngineVersion()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCacheEngineDescription()
          The description of the cache engine.
 java.lang.String getCacheEngineVersionDescription()
          The description of the cache engine version.
 java.lang.String getCacheParameterGroupFamily()
          The name of the CacheParameterGroupFamily for the cache engine.
 java.lang.String getEngine()
          The name of the cache engine.
 java.lang.String getEngineVersion()
          The version number of the cache engine.
 int hashCode()
           
 void setCacheEngineDescription(java.lang.String cacheEngineDescription)
          The description of the cache engine.
 void setCacheEngineVersionDescription(java.lang.String cacheEngineVersionDescription)
          The description of the cache engine version.
 void setCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
          The name of the CacheParameterGroupFamily for the cache engine.
 void setEngine(java.lang.String engine)
          The name of the cache engine.
 void setEngineVersion(java.lang.String engineVersion)
          The version number of the cache engine.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CacheEngineVersion withCacheEngineDescription(java.lang.String cacheEngineDescription)
          The description of the cache engine.
 CacheEngineVersion withCacheEngineVersionDescription(java.lang.String cacheEngineVersionDescription)
          The description of the cache engine version.
 CacheEngineVersion withCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
          The name of the CacheParameterGroupFamily for the cache engine.
 CacheEngineVersion withEngine(java.lang.String engine)
          The name of the cache engine.
 CacheEngineVersion withEngineVersion(java.lang.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 java.lang.String getEngine()
The name of the cache engine.

Returns:
The name of the cache engine.

setEngine

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

Parameters:
engine - The name of the cache engine.

withEngine

public CacheEngineVersion withEngine(java.lang.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 java.lang.String getEngineVersion()
The version number of the cache engine.

Returns:
The version number of the cache engine.

setEngineVersion

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

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

withEngineVersion

public CacheEngineVersion withEngineVersion(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getCacheEngineDescription()
The description of the cache engine.

Returns:
The description of the cache engine.

setCacheEngineDescription

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

Parameters:
cacheEngineDescription - The description of the cache engine.

withCacheEngineDescription

public CacheEngineVersion withCacheEngineDescription(java.lang.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 java.lang.String getCacheEngineVersionDescription()
The description of the cache engine version.

Returns:
The description of the cache engine version.

setCacheEngineVersionDescription

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

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

withCacheEngineVersionDescription

public CacheEngineVersion withCacheEngineVersionDescription(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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