Class CreateReplicationInstanceResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.CreateReplicationInstanceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The replication instance that was created.int
hashCode()
void
setReplicationInstance
(ReplicationInstance replicationInstance) The replication instance that was created.toString()
Returns a string representation of this object; useful for testing and debugging.withReplicationInstance
(ReplicationInstance replicationInstance) The replication instance that was created.
-
Constructor Details
-
CreateReplicationInstanceResult
public CreateReplicationInstanceResult()
-
-
Method Details
-
setReplicationInstance
The replication instance that was created.
- Parameters:
replicationInstance
- The replication instance that was created.
-
getReplicationInstance
The replication instance that was created.
- Returns:
- The replication instance that was created.
-
withReplicationInstance
public CreateReplicationInstanceResult withReplicationInstance(ReplicationInstance replicationInstance) The replication instance that was created.
- Parameters:
replicationInstance
- The replication instance 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
-