public class ModifyResourceScheduleConfigRequest extends AbstractModel
Constructor and Description |
---|
ModifyResourceScheduleConfigRequest() |
ModifyResourceScheduleConfigRequest(ModifyResourceScheduleConfigRequest 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 |
getInstanceId()
Get emr集群的英文id
|
String |
getKey()
Get 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项
|
String |
getValue()
Get 修改后的模块消息
|
void |
setInstanceId(String InstanceId)
Set emr集群的英文id
|
void |
setKey(String Key)
Set 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项
|
void |
setValue(String Value)
Set 修改后的模块消息
|
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 ModifyResourceScheduleConfigRequest()
public ModifyResourceScheduleConfigRequest(ModifyResourceScheduleConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- emr集群的英文idpublic String getKey()
public void setKey(String Key)
Key
- 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项public String getValue()
public void setValue(String Value)
Value
- 修改后的模块消息Copyright © 2023. All rights reserved.