public class DescribeCacheSubnetGroupsResult
extends java.lang.Object
implements java.io.Serializable
Represents the output from a DescribeCacheSubnetGroups action.
| コンストラクタと説明 |
|---|
DescribeCacheSubnetGroupsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CacheSubnetGroup> |
getCacheSubnetGroups()
One or more Cache Subnet Groups.
|
java.lang.String |
getMarker()
The marker obtained from a previous operation response.
|
int |
hashCode() |
void |
setCacheSubnetGroups(java.util.Collection<CacheSubnetGroup> cacheSubnetGroups)
One or more Cache Subnet Groups.
|
void |
setMarker(java.lang.String marker)
The marker obtained from a previous operation response.
|
java.lang.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(java.util.Collection<CacheSubnetGroup> cacheSubnetGroups)
One or more Cache Subnet Groups.
|
DescribeCacheSubnetGroupsResult |
withMarker(java.lang.String marker)
The marker obtained from a previous operation response.
|
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - The marker obtained from a previous operation response.public DescribeCacheSubnetGroupsResult withMarker(java.lang.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 java.util.List<CacheSubnetGroup> getCacheSubnetGroups()
public void setCacheSubnetGroups(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object