Class CacheSecurityGroupMembership
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a cache cluster's status within a particular cache security group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the cache security group.The membership status in the cache security group.int
hashCode()
void
setCacheSecurityGroupName
(String cacheSecurityGroupName) The name of the cache security group.void
The membership status in the cache security group.toString()
Returns a string representation of this object; useful for testing and debugging.withCacheSecurityGroupName
(String cacheSecurityGroupName) The name of the cache security group.withStatus
(String status) The membership status in the cache security group.
-
Constructor Details
-
CacheSecurityGroupMembership
public CacheSecurityGroupMembership()
-
-
Method Details
-
setCacheSecurityGroupName
The name of the cache security group.
- Parameters:
cacheSecurityGroupName
- The name of the cache security group.
-
getCacheSecurityGroupName
The name of the cache security group.
- Returns:
- The name of the cache security group.
-
withCacheSecurityGroupName
The name of the cache security group.
- Parameters:
cacheSecurityGroupName
- The name of the cache security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
- Parameters:
status
- The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
-
getStatus
The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
- Returns:
- The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
-
withStatus
The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
- Parameters:
status
- The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.- 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
-