public class CompleteMigrateJobRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CompleteMigrateJobRequest()  | 
CompleteMigrateJobRequest(CompleteMigrateJobRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCompleteMode()
Get The way to complete the task, which is supported only for legacy MySQL migration task. 
 | 
String | 
getJobId()
Get Data migration task ID 
 | 
void | 
setCompleteMode(String CompleteMode)
Set The way to complete the task, which is supported only for legacy MySQL migration task. 
 | 
void | 
setJobId(String JobId)
Set Data migration task ID 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CompleteMigrateJobRequest()
public CompleteMigrateJobRequest(CompleteMigrateJobRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId - Data migration task IDpublic String getCompleteMode()
public void setCompleteMode(String CompleteMode)
CompleteMode - The way to complete the task, which is supported only for legacy MySQL migration task. waitForSync: wait for the source-replica lag to become 0 before stopping; immediately: complete immediately without waiting for source-replica sync. Default value: waitForSyncCopyright © 2025. All rights reserved.