@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopReplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopReplicationResult() |
Modifier and Type | Method and Description |
---|---|
StopReplicationResult |
clone() |
boolean |
equals(Object obj) |
SourceServer |
getSourceServer()
The Source Server that this action was targeted on.
|
int |
hashCode() |
void |
setSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
String |
toString()
Returns a string representation of this object.
|
StopReplicationResult |
withSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
sourceServer
- The Source Server that this action was targeted on.public SourceServer getSourceServer()
The Source Server that this action was targeted on.
public StopReplicationResult withSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
sourceServer
- The Source Server that this action was targeted on.public String toString()
toString
in class Object
Object.toString()
public StopReplicationResult clone()