@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSourceNetworkReplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| StartSourceNetworkReplicationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartSourceNetworkReplicationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getSourceNetworkID()
 ID of the Source Network to replicate. | 
| int | hashCode() | 
| void | setSourceNetworkID(String sourceNetworkID)
 ID of the Source Network to replicate. | 
| String | toString()Returns a string representation of this object. | 
| StartSourceNetworkReplicationRequest | withSourceNetworkID(String sourceNetworkID)
 ID of the Source Network to replicate. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic StartSourceNetworkReplicationRequest()
public void setSourceNetworkID(String sourceNetworkID)
ID of the Source Network to replicate.
sourceNetworkID - ID of the Source Network to replicate.public String getSourceNetworkID()
ID of the Source Network to replicate.
public StartSourceNetworkReplicationRequest withSourceNetworkID(String sourceNetworkID)
ID of the Source Network to replicate.
sourceNetworkID - ID of the Source Network to replicate.public String toString()
toString in class ObjectObject.toString()public StartSourceNetworkReplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()