Class ModifyReplicationSubnetGroupResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.ModifyReplicationSubnetGroupResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The modified replication subnet group.int
hashCode()
void
setReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The modified replication subnet group.toString()
Returns a string representation of this object; useful for testing and debugging.withReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The modified replication subnet group.
-
Constructor Details
-
ModifyReplicationSubnetGroupResult
public ModifyReplicationSubnetGroupResult()
-
-
Method Details
-
setReplicationSubnetGroup
The modified replication subnet group.
- Parameters:
replicationSubnetGroup
- The modified replication subnet group.
-
getReplicationSubnetGroup
The modified replication subnet group.
- Returns:
- The modified replication subnet group.
-
withReplicationSubnetGroup
public ModifyReplicationSubnetGroupResult withReplicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup) The modified replication subnet group.
- Parameters:
replicationSubnetGroup
- The modified replication 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
-