public class ResetYarnConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResetYarnConfigRequest() | 
| ResetYarnConfigRequest(ResetYarnConfigRequest 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 English ID of the EMR cluster. | 
| String | getKey()Get Alias of the configuration to be reset. | 
| void | setInstanceId(String InstanceId)Set English ID of the EMR cluster. | 
| void | setKey(String Key)Set Alias of the configuration to be reset. | 
| 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 ResetYarnConfigRequest()
public ResetYarnConfigRequest(ResetYarnConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - English ID of the EMR cluster.public String getKey()
public void setKey(String Key)
Key - Alias of the configuration to be reset. The options are as follows:
- capacityLabel: Reset the tag management configuration.
- fair: Reset the fair scheduling configuration.
- capacity: Reset the capacity scheduling configuration.Copyright © 2025. All rights reserved.