Class DescribeCacheEngineVersionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a DescribeCacheEngineVersions action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of cache engine version details.Provides an identifier to allow retrieval of paginated results.int
hashCode()
void
setCacheEngineVersions
(Collection<CacheEngineVersion> cacheEngineVersions) A list of cache engine version details.void
Provides an identifier to allow retrieval of paginated results.toString()
Returns a string representation of this object; useful for testing and debugging.withCacheEngineVersions
(CacheEngineVersion... cacheEngineVersions) A list of cache engine version details.withCacheEngineVersions
(Collection<CacheEngineVersion> cacheEngineVersions) A list of cache engine version details.withMarker
(String marker) Provides an identifier to allow retrieval of paginated results.
-
Constructor Details
-
DescribeCacheEngineVersionsResult
public DescribeCacheEngineVersionsResult()
-
-
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.
-
getCacheEngineVersions
A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
- Returns:
- A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
-
setCacheEngineVersions
A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
- Parameters:
cacheEngineVersions
- A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
-
withCacheEngineVersions
public DescribeCacheEngineVersionsResult withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions) A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
NOTE: This method appends the values to the existing list (if any). Use
setCacheEngineVersions(java.util.Collection)
orwithCacheEngineVersions(java.util.Collection)
if you want to override the existing values.- Parameters:
cacheEngineVersions
- A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCacheEngineVersions
public DescribeCacheEngineVersionsResult withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions) A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
- Parameters:
cacheEngineVersions
- A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.- 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
-