|
||||||||||
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
Represents the output of a DescribeCacheSecurityGroups operation.
Constructor Summary | |
---|---|
DescribeCacheSecurityGroupsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheSecurityGroup> |
getCacheSecurityGroups()
A list of cache security groups. |
String |
getMarker()
Provides an identifier to allow retrieval of paginated results. |
int |
hashCode()
|
void |
setCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security 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. |
DescribeCacheSecurityGroupsResult |
withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
A list of cache security groups. |
DescribeCacheSecurityGroupsResult |
withCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security groups. |
DescribeCacheSecurityGroupsResult |
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 DescribeCacheSecurityGroupsResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- Provides an identifier to allow retrieval of paginated results.public DescribeCacheSecurityGroupsResult 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<CacheSecurityGroup> getCacheSecurityGroups()
public void setCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
cacheSecurityGroups
- A list of cache security groups. Each element in the list contains
detailed information about one group.public DescribeCacheSecurityGroupsResult withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroups
- A list of cache security groups. Each element in the list contains
detailed information about one group.
public DescribeCacheSecurityGroupsResult withCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroups
- A list of cache security 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 |