public class ModifyMigrateRuntimeAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyMigrateRuntimeAttributeRequest() |
ModifyMigrateRuntimeAttributeRequest(ModifyMigrateRuntimeAttributeRequest 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 |
getJobId()
Get Migration task id, for example: dts-2rgv0f09
|
KeyValuePairOption[] |
getOtherOptions()
Get Attributes that need to be modified.
|
void |
setJobId(String JobId)
Set Migration task id, for example: dts-2rgv0f09
|
void |
setOtherOptions(KeyValuePairOption[] OtherOptions)
Set Attributes that need to be modified.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyMigrateRuntimeAttributeRequest()
public ModifyMigrateRuntimeAttributeRequest(ModifyMigrateRuntimeAttributeRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- Migration task id, for example: dts-2rgv0f09public KeyValuePairOption[] getOtherOptions()
public void setOtherOptions(KeyValuePairOption[] OtherOptions)
OtherOptions
- Attributes that need to be modified. This structure is designed as a generic structure to separate customized attributes for multiple businesses. Copyright © 2025. All rights reserved.