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 CreateReplicationTaskResult
clone()
boolean
equals(Object obj)
ReplicationTask
getReplicationTask()
The replication task that was created.int
hashCode()
void
setReplicationTask(ReplicationTask replicationTask)
The replication task that was created.String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateReplicationTaskResult
withReplicationTask(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateReplicationTaskResult clone()
-
-