com.amazonaws.services.elasticache.model
Class DescribeCacheClustersResult

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

public class DescribeCacheClustersResult
extends Object
implements Serializable

Represents the output of a DescribeCacheClusters operation.

See Also:
Serialized Form

Constructor Summary
DescribeCacheClustersResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<CacheCluster> getCacheClusters()
          A list of cache clusters.
 String getMarker()
          Provides an identifier to allow retrieval of paginated results.
 int hashCode()
           
 void setCacheClusters(Collection<CacheCluster> cacheClusters)
          A list of cache clusters.
 void setMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeCacheClustersResult withCacheClusters(CacheCluster... cacheClusters)
          A list of cache clusters.
 DescribeCacheClustersResult withCacheClusters(Collection<CacheCluster> cacheClusters)
          A list of cache clusters.
 DescribeCacheClustersResult withMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeCacheClustersResult

public DescribeCacheClustersResult()
Method Detail

getMarker

public String getMarker()
Provides an identifier to allow retrieval of paginated results.

Returns:
Provides an identifier to allow retrieval of paginated results.

setMarker

public void setMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.

withMarker

public DescribeCacheClustersResult withMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

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

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

getCacheClusters

public List<CacheCluster> getCacheClusters()
A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

Returns:
A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

setCacheClusters

public void setCacheClusters(Collection<CacheCluster> cacheClusters)
A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

Parameters:
cacheClusters - A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

withCacheClusters

public DescribeCacheClustersResult withCacheClusters(CacheCluster... cacheClusters)
A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

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

Parameters:
cacheClusters - A list of cache clusters. Each item in the list contains detailed information about one cache cluster.
Returns:
A reference to this updated object so that method calls can be chained together.

withCacheClusters

public DescribeCacheClustersResult withCacheClusters(Collection<CacheCluster> cacheClusters)
A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

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

Parameters:
cacheClusters - A list of cache clusters. Each item in the list contains detailed information about one cache cluster.
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 © 2016. All rights reserved.