Class DescribeCacheSecurityGroupsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a DescribeCacheSecurityGroups action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of cache security groups.Provides an identifier to allow retrieval of paginated results.int
hashCode()
void
setCacheSecurityGroups
(Collection<CacheSecurityGroup> cacheSecurityGroups) A list of cache security groups.void
Provides an identifier to allow retrieval of paginated results.toString()
Returns a string representation of this object; useful for testing and debugging.withCacheSecurityGroups
(CacheSecurityGroup... cacheSecurityGroups) A list of cache security groups.withCacheSecurityGroups
(Collection<CacheSecurityGroup> cacheSecurityGroups) A list of cache security groups.withMarker
(String marker) Provides an identifier to allow retrieval of paginated results.
-
Constructor Details
-
DescribeCacheSecurityGroupsResult
public DescribeCacheSecurityGroupsResult()
-
-
Method Details
-
setMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.
-
getMarker
Provides an identifier to allow retrieval of paginated results.
- Returns:
- Provides an identifier to allow retrieval of paginated results.
-
withMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getCacheSecurityGroups
A list of cache security groups. Each element in the list contains detailed information about one group.
- Returns:
- A list of cache security groups. Each element in the list contains detailed information about one group.
-
setCacheSecurityGroups
A list of cache security groups. Each element in the list contains detailed information about one group.
- Parameters:
cacheSecurityGroups
- A list of cache security groups. Each element in the list contains detailed information about one group.
-
withCacheSecurityGroups
public DescribeCacheSecurityGroupsResult withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups) A list of cache security groups. Each element in the list contains detailed information about one group.
NOTE: This method appends the values to the existing list (if any). Use
setCacheSecurityGroups(java.util.Collection)
orwithCacheSecurityGroups(java.util.Collection)
if you want to override the existing values.- Parameters:
cacheSecurityGroups
- A list of cache security groups. Each element in the list contains detailed information about one group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCacheSecurityGroups
public DescribeCacheSecurityGroupsResult withCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups) A list of cache security groups. Each element in the list contains detailed information about one group.
- Parameters:
cacheSecurityGroups
- A list of cache security groups. Each element in the list contains detailed information about one group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-