Class DeleteReplicationInstanceResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.DeleteReplicationInstanceResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe replication instance that was deleted.inthashCode()voidsetReplicationInstance(ReplicationInstance replicationInstance) The replication instance that was deleted.toString()Returns a string representation of this object; useful for testing and debugging.withReplicationInstance(ReplicationInstance replicationInstance) The replication instance that was deleted.
-
Constructor Details
-
DeleteReplicationInstanceResult
public DeleteReplicationInstanceResult()
-
-
Method Details
-
setReplicationInstance
The replication instance that was deleted.
- Parameters:
replicationInstance- The replication instance that was deleted.
-
getReplicationInstance
The replication instance that was deleted.
- Returns:
- The replication instance that was deleted.
-
withReplicationInstance
public DeleteReplicationInstanceResult withReplicationInstance(ReplicationInstance replicationInstance) The replication instance that was deleted.
- Parameters:
replicationInstance- The replication instance that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-