Class StartReplicationTaskResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.StartReplicationTaskResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The replication task started.int
hashCode()
void
setReplicationTask
(ReplicationTask replicationTask) The replication task started.toString()
Returns a string representation of this object; useful for testing and debugging.withReplicationTask
(ReplicationTask replicationTask) The replication task started.
-
Constructor Details
-
StartReplicationTaskResult
public StartReplicationTaskResult()
-
-
Method Details
-
setReplicationTask
The replication task started.
- Parameters:
replicationTask
- The replication task started.
-
getReplicationTask
The replication task started.
- Returns:
- The replication task started.
-
withReplicationTask
The replication task started.
- Parameters:
replicationTask
- The replication task started.- 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
-