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