@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopSourceNetworkReplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
StopSourceNetworkReplicationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
StopSourceNetworkReplicationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
SourceNetwork | 
getSourceNetwork()
 Source Network which was requested to stop replication. 
 | 
int | 
hashCode()  | 
void | 
setSourceNetwork(SourceNetwork sourceNetwork)
 Source Network which was requested to stop replication. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StopSourceNetworkReplicationResult | 
withSourceNetwork(SourceNetwork sourceNetwork)
 Source Network which was requested to stop replication. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSourceNetwork(SourceNetwork sourceNetwork)
Source Network which was requested to stop replication.
sourceNetwork - Source Network which was requested to stop replication.public SourceNetwork getSourceNetwork()
Source Network which was requested to stop replication.
public StopSourceNetworkReplicationResult withSourceNetwork(SourceNetwork sourceNetwork)
Source Network which was requested to stop replication.
sourceNetwork - Source Network which was requested to stop replication.public String toString()
toString in class ObjectObject.toString()public StopSourceNetworkReplicationResult clone()