@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReplicationTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartReplicationTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartReplicationTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCdcStartTime()
The start time for the Change Data Capture (CDC) operation.
|
String |
getReplicationTaskArn()
The Amazon Resource Number (ARN) of the replication task to be started.
|
String |
getStartReplicationTaskType()
The type of replication task.
|
int |
hashCode() |
void |
setCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
|
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Number (ARN) of the replication task to be started.
|
void |
setStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
|
void |
setStartReplicationTaskType(String startReplicationTaskType)
The type of replication task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartReplicationTaskRequest |
withCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
|
StartReplicationTaskRequest |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Number (ARN) of the replication task to be started.
|
StartReplicationTaskRequest |
withStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
|
StartReplicationTaskRequest |
withStartReplicationTaskType(String startReplicationTaskType)
The type of replication task.
|
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 void setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Number (ARN) of the replication task to be started.
replicationTaskArn - The Amazon Resource Number (ARN) of the replication task to be started.public String getReplicationTaskArn()
The Amazon Resource Number (ARN) of the replication task to be started.
public StartReplicationTaskRequest withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Number (ARN) of the replication task to be started.
replicationTaskArn - The Amazon Resource Number (ARN) of the replication task to be started.public void setStartReplicationTaskType(String startReplicationTaskType)
The type of replication task.
startReplicationTaskType - The type of replication task.StartReplicationTaskTypeValuepublic String getStartReplicationTaskType()
The type of replication task.
StartReplicationTaskTypeValuepublic StartReplicationTaskRequest withStartReplicationTaskType(String startReplicationTaskType)
The type of replication task.
startReplicationTaskType - The type of replication task.StartReplicationTaskTypeValuepublic void setStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
startReplicationTaskType - The type of replication task.StartReplicationTaskTypeValuepublic StartReplicationTaskRequest withStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
startReplicationTaskType - The type of replication task.StartReplicationTaskTypeValuepublic void setCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime - The start time for the Change Data Capture (CDC) operation.public Date getCdcStartTime()
The start time for the Change Data Capture (CDC) operation.
public StartReplicationTaskRequest withCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime - The start time for the Change Data Capture (CDC) operation.public String toString()
toString in class ObjectObject.toString()public StartReplicationTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.