Class CreateReplicationTaskResult
- java.lang.Object
-
- com.amazonaws.services.databasemigrationservice.model.CreateReplicationTaskResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateReplicationTaskResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateReplicationTaskResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateReplicationTaskResultclone()booleanequals(Object obj)ReplicationTaskgetReplicationTask()The replication task that was created.inthashCode()voidsetReplicationTask(ReplicationTask replicationTask)The replication task that was created.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateReplicationTaskResultwithReplicationTask(ReplicationTask replicationTask)The replication task that was created.
-
-
-
Method Detail
-
setReplicationTask
public void setReplicationTask(ReplicationTask replicationTask)
The replication task that was created.
- Parameters:
replicationTask- The replication task that was created.
-
getReplicationTask
public ReplicationTask getReplicationTask()
The replication task that was created.
- Returns:
- The replication task that was created.
-
withReplicationTask
public CreateReplicationTaskResult withReplicationTask(ReplicationTask replicationTask)
The replication task that was created.
- Parameters:
replicationTask- The replication task that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateReplicationTaskResult clone()
-
-