Class DeleteReplicationTaskResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.DeleteReplicationTaskResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe deleted replication task.inthashCode()voidsetReplicationTask(ReplicationTask replicationTask) The deleted replication task.toString()Returns a string representation of this object; useful for testing and debugging.withReplicationTask(ReplicationTask replicationTask) The deleted replication task.
-
Constructor Details
-
DeleteReplicationTaskResult
public DeleteReplicationTaskResult()
-
-
Method Details
-
setReplicationTask
The deleted replication task.
- Parameters:
replicationTask- The deleted replication task.
-
getReplicationTask
The deleted replication task.
- Returns:
- The deleted replication task.
-
withReplicationTask
The deleted replication task.
- Parameters:
replicationTask- The deleted replication task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-