public class DescribeCacheSubnetGroupsResult extends Object implements Serializable, Cloneable
Represents the output of a DescribeCacheSubnetGroups action.
| Constructor and Description | 
|---|
| DescribeCacheSubnetGroupsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeCacheSubnetGroupsResult | clone() | 
| boolean | equals(Object obj) | 
| List<CacheSubnetGroup> | getCacheSubnetGroups()A list of cache subnet groups. | 
| String | getMarker()Provides an identifier to allow retrieval of paginated results. | 
| int | hashCode() | 
| void | setCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)A list of cache subnet groups. | 
| 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. | 
| DescribeCacheSubnetGroupsResult | withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)A list of cache subnet groups. | 
| DescribeCacheSubnetGroupsResult | withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)A list of cache subnet groups. | 
| DescribeCacheSubnetGroupsResult | withMarker(String marker)Provides an identifier to allow retrieval of paginated results. | 
public String getMarker()
public void setMarker(String marker)
marker - Provides an identifier to allow retrieval of paginated results.public DescribeCacheSubnetGroupsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - Provides an identifier to allow retrieval of paginated results.public List<CacheSubnetGroup> getCacheSubnetGroups()
public void setCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
cacheSubnetGroups - A list of cache subnet groups. Each element in the list contains
         detailed information about one group.public DescribeCacheSubnetGroupsResult withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
 NOTE: This method appends the values to the existing list (if
 any). Use setCacheSubnetGroups(java.util.Collection) or
 withCacheSubnetGroups(java.util.Collection) if you want to
 override the existing values.
 
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroups - A list of cache subnet groups. Each element in the list contains
         detailed information about one group.public DescribeCacheSubnetGroupsResult withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroups - A list of cache subnet groups. Each element in the list contains
         detailed information about one group.public String toString()
toString in class ObjectObject.toString()public DescribeCacheSubnetGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.