|
Did this page help you?Yes No Tell us about it... |
||||||
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 from a DescribeCacheSubnetGroups action.
Constructor Summary | |
---|---|
DescribeCacheSubnetGroupsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheSubnetGroup> |
getCacheSubnetGroups()
One or more Cache Subnet Groups. |
String |
getMarker()
The marker obtained from a previous operation response. |
int |
hashCode()
|
void |
setCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
One or more Cache Subnet Groups. |
void |
setMarker(String marker)
The marker obtained from a previous operation response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCacheSubnetGroupsResult |
withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
One or more Cache Subnet Groups. |
DescribeCacheSubnetGroupsResult |
withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
One or more Cache Subnet Groups. |
DescribeCacheSubnetGroupsResult |
withMarker(String marker)
The marker obtained from a previous operation response. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCacheSubnetGroupsResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The marker obtained from a previous operation response.public DescribeCacheSubnetGroupsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The marker obtained from a previous operation response.
public List<CacheSubnetGroup> getCacheSubnetGroups()
public void setCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
cacheSubnetGroups
- One or more Cache Subnet Groups.public DescribeCacheSubnetGroupsResult withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroups
- One or more Cache Subnet Groups.
public DescribeCacheSubnetGroupsResult withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroups
- One or more Cache Subnet Groups.
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 |