Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticache.model
Class DescribeCacheEngineVersionsResult

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

public class DescribeCacheEngineVersionsResult
extends Object
implements Serializable

Contains the result of a successful invocation of the DescribeCacheEngineVersions action.

See Also:
Serialized Form

Constructor Summary
DescribeCacheEngineVersionsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<CacheEngineVersion> getCacheEngineVersions()
          A list of CacheEngineVersion elements.
 String getMarker()
          The identifier returned to allow retrieval of paginated results.
 int hashCode()
           
 void setCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
          A list of CacheEngineVersion elements.
 void setMarker(String marker)
          The identifier returned to allow retrieval of paginated results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeCacheEngineVersionsResult withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions)
          A list of CacheEngineVersion elements.
 DescribeCacheEngineVersionsResult withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
          A list of CacheEngineVersion elements.
 DescribeCacheEngineVersionsResult withMarker(String marker)
          The identifier returned to allow retrieval of paginated results.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeCacheEngineVersionsResult

public DescribeCacheEngineVersionsResult()
Method Detail

getMarker

public String getMarker()
The identifier returned to allow retrieval of paginated results.

Returns:
The identifier returned to allow retrieval of paginated results.

setMarker

public void setMarker(String marker)
The identifier returned to allow retrieval of paginated results.

Parameters:
marker - The identifier returned to allow retrieval of paginated results.

withMarker

public DescribeCacheEngineVersionsResult withMarker(String marker)
The identifier returned to allow retrieval of paginated results.

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

Parameters:
marker - The identifier returned to allow retrieval of paginated results.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheEngineVersions

public List<CacheEngineVersion> getCacheEngineVersions()
A list of CacheEngineVersion elements.

Returns:
A list of CacheEngineVersion elements.

setCacheEngineVersions

public void setCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of CacheEngineVersion elements.

Parameters:
cacheEngineVersions - A list of CacheEngineVersion elements.

withCacheEngineVersions

public DescribeCacheEngineVersionsResult withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions)
A list of CacheEngineVersion elements.

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

Parameters:
cacheEngineVersions - A list of CacheEngineVersion elements.
Returns:
A reference to this updated object so that method calls can be chained together.

withCacheEngineVersions

public DescribeCacheEngineVersionsResult withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of CacheEngineVersion elements.

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

Parameters:
cacheEngineVersions - A list of CacheEngineVersion elements.
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.