|
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(java.lang.Object obj)
|
java.util.List<CacheSecurityGroup> |
getCacheSecurityGroups()
A list of CacheSecurityGroup instances. |
java.lang.String |
getMarker()
The marker obtained from a previous operation response. |
int |
hashCode()
|
void |
setCacheSecurityGroups(java.util.Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of CacheSecurityGroup instances. |
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. |
DescribeCacheSecurityGroupsResult |
withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
A list of CacheSecurityGroup instances. |
DescribeCacheSecurityGroupsResult |
withCacheSecurityGroups(java.util.Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of CacheSecurityGroup instances. |
DescribeCacheSecurityGroupsResult |
withMarker(java.lang.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 java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker
- The marker obtained from a previous operation response.public DescribeCacheSecurityGroupsResult 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<CacheSecurityGroup> getCacheSecurityGroups()
public void setCacheSecurityGroups(java.util.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(java.util.Collection<CacheSecurityGroup> cacheSecurityGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroups
- A list of CacheSecurityGroup instances.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |