|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.DescribeCacheSubnetGroupsResult
public class DescribeCacheSubnetGroupsResult
Represents the output of a DescribeCacheSubnetGroups operation.
Constructor Summary | |
---|---|
DescribeCacheSubnetGroupsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCacheSubnetGroupsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |