public class DeleteReplicationInstanceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private ReplicationInstance |
replicationInstance
The replication instance that was deleted.
|
Constructor and Description |
---|
DeleteReplicationInstanceResult() |
Modifier and Type | Method and Description |
---|---|
DeleteReplicationInstanceResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ReplicationInstance |
getReplicationInstance()
The replication instance that was deleted.
|
int |
hashCode() |
void |
setReplicationInstance(ReplicationInstance replicationInstance)
The replication instance that was deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteReplicationInstanceResult |
withReplicationInstance(ReplicationInstance replicationInstance)
The replication instance that was deleted.
|
private ReplicationInstance replicationInstance
The replication instance that was deleted.
public void setReplicationInstance(ReplicationInstance replicationInstance)
The replication instance that was deleted.
replicationInstance
- The replication instance that was deleted.public ReplicationInstance getReplicationInstance()
The replication instance that was deleted.
public DeleteReplicationInstanceResult withReplicationInstance(ReplicationInstance replicationInstance)
The replication instance that was deleted.
replicationInstance
- The replication instance that was deleted.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteReplicationInstanceResult clone()
clone
in class java.lang.Object