@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MoveReplicationTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
MoveReplicationTaskRequest() |
Modifier and Type | Method and Description |
---|---|
MoveReplicationTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the task that you want to move.
|
String |
getTargetReplicationInstanceArn()
The ARN of the replication instance where you want to move the task to.
|
int |
hashCode() |
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the task that you want to move.
|
void |
setTargetReplicationInstanceArn(String targetReplicationInstanceArn)
The ARN of the replication instance where you want to move the task to.
|
String |
toString()
Returns a string representation of this object.
|
MoveReplicationTaskRequest |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the task that you want to move.
|
MoveReplicationTaskRequest |
withTargetReplicationInstanceArn(String targetReplicationInstanceArn)
The ARN of the replication instance where you want to move the task to.
|
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 setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the task that you want to move.
replicationTaskArn
- The Amazon Resource Name (ARN) of the task that you want to move.public String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the task that you want to move.
public MoveReplicationTaskRequest withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the task that you want to move.
replicationTaskArn
- The Amazon Resource Name (ARN) of the task that you want to move.public void setTargetReplicationInstanceArn(String targetReplicationInstanceArn)
The ARN of the replication instance where you want to move the task to.
targetReplicationInstanceArn
- The ARN of the replication instance where you want to move the task to.public String getTargetReplicationInstanceArn()
The ARN of the replication instance where you want to move the task to.
public MoveReplicationTaskRequest withTargetReplicationInstanceArn(String targetReplicationInstanceArn)
The ARN of the replication instance where you want to move the task to.
targetReplicationInstanceArn
- The ARN of the replication instance where you want to move the task to.public String toString()
toString
in class Object
Object.toString()
public MoveReplicationTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()