public class StartReplicationTaskRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
cdcStartTime
The start time for the Change Data Capture (CDC) operation.
|
private java.lang.String |
replicationTaskArn
The Amazon Resource Number (ARN) of the replication task to be started.
|
private java.lang.String |
startReplicationTaskType
The type of replication task.
|
NOOP
Constructor and Description |
---|
StartReplicationTaskRequest() |
Modifier and Type | Method and Description |
---|---|
StartReplicationTaskRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCdcStartTime()
The start time for the Change Data Capture (CDC) operation.
|
java.lang.String |
getReplicationTaskArn()
The Amazon Resource Number (ARN) of the replication task to be started.
|
java.lang.String |
getStartReplicationTaskType()
The type of replication task.
|
int |
hashCode() |
void |
setCdcStartTime(java.util.Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
|
void |
setReplicationTaskArn(java.lang.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(java.lang.String startReplicationTaskType)
The type of replication task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartReplicationTaskRequest |
withCdcStartTime(java.util.Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
|
StartReplicationTaskRequest |
withReplicationTaskArn(java.lang.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(java.lang.String startReplicationTaskType)
The type of replication task.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String replicationTaskArn
The Amazon Resource Number (ARN) of the replication task to be started.
private java.lang.String startReplicationTaskType
The type of replication task.
private java.util.Date cdcStartTime
The start time for the Change Data Capture (CDC) operation.
public void setReplicationTaskArn(java.lang.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 java.lang.String getReplicationTaskArn()
The Amazon Resource Number (ARN) of the replication task to be started.
public StartReplicationTaskRequest withReplicationTaskArn(java.lang.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(java.lang.String startReplicationTaskType)
The type of replication task.
startReplicationTaskType
- The type of replication task.StartReplicationTaskTypeValue
public java.lang.String getStartReplicationTaskType()
The type of replication task.
StartReplicationTaskTypeValue
public StartReplicationTaskRequest withStartReplicationTaskType(java.lang.String startReplicationTaskType)
The type of replication task.
startReplicationTaskType
- The type of replication task.StartReplicationTaskTypeValue
public void setStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
startReplicationTaskType
- The type of replication task.StartReplicationTaskTypeValue
public StartReplicationTaskRequest withStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
startReplicationTaskType
- The type of replication task.StartReplicationTaskTypeValue
public void setCdcStartTime(java.util.Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime
- The start time for the Change Data Capture (CDC) operation.public java.util.Date getCdcStartTime()
The start time for the Change Data Capture (CDC) operation.
public StartReplicationTaskRequest withCdcStartTime(java.util.Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime
- The start time for the Change Data Capture (CDC) operation.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StartReplicationTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()