|
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.DescribeCacheSecurityGroupsResult
public class DescribeCacheSecurityGroupsResult
Contains a list of CacheSecurityGroups.
Constructor Summary | |
---|---|
DescribeCacheSecurityGroupsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheSecurityGroup> |
getCacheSecurityGroups()
A list of CacheSecurityGroup instances. |
String |
getMarker()
The marker obtained from a previous operation response. |
int |
hashCode()
|
void |
setCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of CacheSecurityGroup instances. |
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. |
DescribeCacheSecurityGroupsResult |
withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
A list of CacheSecurityGroup instances. |
DescribeCacheSecurityGroupsResult |
withCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of CacheSecurityGroup instances. |
DescribeCacheSecurityGroupsResult |
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 DescribeCacheSecurityGroupsResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The marker obtained from a previous operation response.public DescribeCacheSecurityGroupsResult 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<CacheSecurityGroup> getCacheSecurityGroups()
public void setCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
cacheSecurityGroups
- A list of CacheSecurityGroup instances.public DescribeCacheSecurityGroupsResult withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroups
- A list of CacheSecurityGroup instances.
public DescribeCacheSecurityGroupsResult withCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroups
- A list of CacheSecurityGroup instances.
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 |