public class ModifyResourceScheduleConfigRequest extends AbstractModel
header, skipSign| 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 cluster ID 
 | 
String | 
getKey()
Get Business identifier. 
 | 
String | 
getValue()
Get Modified module information 
 | 
void | 
setInstanceId(String InstanceId)
Set EMR cluster ID 
 | 
void | 
setKey(String Key)
Set Business identifier. 
 | 
void | 
setValue(String Value)
Set Modified module information 
 | 
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 ModifyResourceScheduleConfigRequest()
public ModifyResourceScheduleConfigRequest(ModifyResourceScheduleConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - EMR cluster IDpublic String getKey()
public void setKey(String Key)
Key - Business identifier. `fair`: Edit fair configuration items; `fairPlan`: Edit the execution plan; `capacity`: Edit capacity configuration items.public String getValue()
public void setValue(String Value)
Value - Modified module informationCopyright © 2025. All rights reserved.