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