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