Class DescribeCacheClustersResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a DescribeCacheClusters action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of cache clusters.Provides an identifier to allow retrieval of paginated results.int
hashCode()
void
setCacheClusters
(Collection<CacheCluster> cacheClusters) A list of cache clusters.void
Provides an identifier to allow retrieval of paginated results.toString()
Returns a string representation of this object; useful for testing and debugging.withCacheClusters
(CacheCluster... cacheClusters) A list of cache clusters.withCacheClusters
(Collection<CacheCluster> cacheClusters) A list of cache clusters.withMarker
(String marker) Provides an identifier to allow retrieval of paginated results.
-
Constructor Details
-
DescribeCacheClustersResult
public DescribeCacheClustersResult()
-
-
Method Details
-
setMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.
-
getMarker
Provides an identifier to allow retrieval of paginated results.
- Returns:
- Provides an identifier to allow retrieval of paginated results.
-
withMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
A list of cache clusters. Each item in the list contains detailed information about one cache cluster.
NOTE: This method appends the values to the existing list (if any). Use
setCacheClusters(java.util.Collection)
orwithCacheClusters(java.util.Collection)
if you want to override the existing values.- Parameters:
cacheClusters
- A list of cache clusters. Each item in the list contains detailed information about one cache cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCacheClusters
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-