@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopSourceNetworkReplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopSourceNetworkReplicationRequest() |
Modifier and Type | Method and Description |
---|---|
StopSourceNetworkReplicationRequest |
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 stop replication.
|
int |
hashCode() |
void |
setSourceNetworkID(String sourceNetworkID)
ID of the Source Network to stop replication.
|
String |
toString()
Returns a string representation of this object.
|
StopSourceNetworkReplicationRequest |
withSourceNetworkID(String sourceNetworkID)
ID of the Source Network to stop replication.
|
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, withSdkRequestTimeout
public void setSourceNetworkID(String sourceNetworkID)
ID of the Source Network to stop replication.
sourceNetworkID
- ID of the Source Network to stop replication.public String getSourceNetworkID()
ID of the Source Network to stop replication.
public StopSourceNetworkReplicationRequest withSourceNetworkID(String sourceNetworkID)
ID of the Source Network to stop replication.
sourceNetworkID
- ID of the Source Network to stop replication.public String toString()
toString
in class Object
Object.toString()
public StopSourceNetworkReplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()