Class ReplicationSubnetGroup
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The description of the replication subnet group.The identifier of the replication instance subnet group.The status of the subnet group.The subnets that are in the subnet group.getVpcId()
The ID of the VPC.int
hashCode()
void
setReplicationSubnetGroupDescription
(String replicationSubnetGroupDescription) The description of the replication subnet group.void
setReplicationSubnetGroupIdentifier
(String replicationSubnetGroupIdentifier) The identifier of the replication instance subnet group.void
setSubnetGroupStatus
(String subnetGroupStatus) The status of the subnet group.void
setSubnets
(Collection<Subnet> subnets) The subnets that are in the subnet group.void
The ID of the VPC.toString()
Returns a string representation of this object; useful for testing and debugging.withReplicationSubnetGroupDescription
(String replicationSubnetGroupDescription) The description of the replication subnet group.withReplicationSubnetGroupIdentifier
(String replicationSubnetGroupIdentifier) The identifier of the replication instance subnet group.withSubnetGroupStatus
(String subnetGroupStatus) The status of the subnet group.withSubnets
(Subnet... subnets) The subnets that are in the subnet group.withSubnets
(Collection<Subnet> subnets) The subnets that are in the subnet group.The ID of the VPC.
-
Constructor Details
-
ReplicationSubnetGroup
public ReplicationSubnetGroup()
-
-
Method Details
-
setReplicationSubnetGroupIdentifier
The identifier of the replication instance subnet group.
- Parameters:
replicationSubnetGroupIdentifier
- The identifier of the replication instance subnet group.
-
getReplicationSubnetGroupIdentifier
The identifier of the replication instance subnet group.
- Returns:
- The identifier of the replication instance subnet group.
-
withReplicationSubnetGroupIdentifier
public ReplicationSubnetGroup withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) The identifier of the replication instance subnet group.
- Parameters:
replicationSubnetGroupIdentifier
- The identifier of the replication instance subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReplicationSubnetGroupDescription
The description of the replication subnet group.
- Parameters:
replicationSubnetGroupDescription
- The description of the replication subnet group.
-
getReplicationSubnetGroupDescription
The description of the replication subnet group.
- Returns:
- The description of the replication subnet group.
-
withReplicationSubnetGroupDescription
public ReplicationSubnetGroup withReplicationSubnetGroupDescription(String replicationSubnetGroupDescription) The description of the replication subnet group.
- Parameters:
replicationSubnetGroupDescription
- The description of the replication subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.
-
getVpcId
The ID of the VPC.
- Returns:
- The ID of the VPC.
-
withVpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetGroupStatus
The status of the subnet group.
- Parameters:
subnetGroupStatus
- The status of the subnet group.
-
getSubnetGroupStatus
The status of the subnet group.
- Returns:
- The status of the subnet group.
-
withSubnetGroupStatus
The status of the subnet group.
- Parameters:
subnetGroupStatus
- The status of the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getSubnets
The subnets that are in the subnet group.
- Returns:
- The subnets that are in the subnet group.
-
setSubnets
The subnets that are in the subnet group.
- Parameters:
subnets
- The subnets that are in the subnet group.
-
withSubnets
The subnets that are in the subnet group.
NOTE: This method appends the values to the existing list (if any). Use
setSubnets(java.util.Collection)
orwithSubnets(java.util.Collection)
if you want to override the existing values.- Parameters:
subnets
- The subnets that are in the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSubnets
The subnets that are in the subnet group.
- Parameters:
subnets
- The subnets that are in the subnet 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
-