Class VpcSecurityGroupMembership
java.lang.Object
com.amazonaws.services.redshift.model.VpcSecurityGroupMembership
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the members of a VPC security group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the VPC security group.The identifier of the VPC security group.int
hashCode()
void
The status of the VPC security group.void
setVpcSecurityGroupId
(String vpcSecurityGroupId) The identifier of the VPC security group.toString()
Returns a string representation of this object; useful for testing and debugging.withStatus
(String status) The status of the VPC security group.withVpcSecurityGroupId
(String vpcSecurityGroupId) The identifier of the VPC security group.
-
Constructor Details
-
VpcSecurityGroupMembership
public VpcSecurityGroupMembership()
-
-
Method Details
-
setVpcSecurityGroupId
The identifier of the VPC security group.
- Parameters:
vpcSecurityGroupId
- The identifier of the VPC security group.
-
getVpcSecurityGroupId
The identifier of the VPC security group.
- Returns:
- The identifier of the VPC security group.
-
withVpcSecurityGroupId
The identifier of the VPC security group.
- Parameters:
vpcSecurityGroupId
- The identifier of the VPC security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the VPC security group.
- Parameters:
status
- The status of the VPC security group.
-
getStatus
The status of the VPC security group.
- Returns:
- The status of the VPC security group.
-
withStatus
The status of the VPC security group.
- Parameters:
status
- The status of the VPC security 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
-