public class DescribeCacheSubnetGroupsResult extends Object implements Serializable
Represents the output of a DescribeCacheSubnetGroups operation.
Constructor and Description |
---|
DescribeCacheSubnetGroupsResult() |
Modifier and Type | Method and Description |
---|---|
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)
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 Object
Object.toString()
Copyright © 2014. All rights reserved.