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