Class SecurityGroupMembership
- All Implemented Interfaces:
Serializable,Cloneable
Represents a single cache security group and its status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe identifier of the cache security group.The status of the cache security group membership.inthashCode()voidsetSecurityGroupId(String securityGroupId) The identifier of the cache security group.voidThe status of the cache security group membership.toString()Returns a string representation of this object; useful for testing and debugging.withSecurityGroupId(String securityGroupId) The identifier of the cache security group.withStatus(String status) The status of the cache security group membership.
-
Constructor Details
-
SecurityGroupMembership
public SecurityGroupMembership()
-
-
Method Details
-
setSecurityGroupId
The identifier of the cache security group.
- Parameters:
securityGroupId- The identifier of the cache security group.
-
getSecurityGroupId
The identifier of the cache security group.
- Returns:
- The identifier of the cache security group.
-
withSecurityGroupId
The identifier of the cache security group.
- Parameters:
securityGroupId- The identifier of the cache security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
- Parameters:
status- The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
-
getStatus
The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
- Returns:
- The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
-
withStatus
The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
- Parameters:
status- The status of the cache security group membership. The status changes whenever 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
-