public class ModifySyncTaskAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifySyncTaskAttributeRequest() |
ModifySyncTaskAttributeRequest(ModifySyncTaskAttributeRequest 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[] |
getTaskIds()
Get IDs of tasks for which to modify the attributes.
|
String |
getTaskName()
Get Task name.
|
void |
setTaskIds(String[] TaskIds)
Set IDs of tasks for which to modify the attributes.
|
void |
setTaskName(String TaskName)
Set 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 ModifySyncTaskAttributeRequest()
public ModifySyncTaskAttributeRequest(ModifySyncTaskAttributeRequest source)
public String[] getTaskIds()
public void setTaskIds(String[] TaskIds)
TaskIds
- IDs of tasks for which to modify the attributes. The IDs can be obtained by the return value of the `DescribeSyncTasks` API. Up to 100 tasks can be operated at a time.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Task name. You can specify any name you like, but its length cannot exceed 100 characters.Copyright © 2023. All rights reserved.