public class ModifyMigrateNameRequest extends AbstractModel
Constructor and Description |
---|
ModifyMigrateNameRequest() |
ModifyMigrateNameRequest(ModifyMigrateNameRequest 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
|
String |
getJobName()
Get New migration task name
|
void |
setJobId(String JobId)
Set Migration task ID
|
void |
setJobName(String JobName)
Set New migration task name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyMigrateNameRequest()
public ModifyMigrateNameRequest(ModifyMigrateNameRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- Migration task IDpublic String getJobName()
public void setJobName(String JobName)
JobName
- New migration task nameCopyright © 2023. All rights reserved.