public class UpdateInstanceSettings extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateInstanceSettings() | 
| UpdateInstanceSettings(UpdateInstanceSettings 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 | 
|---|---|
| Long | getCPUCores()Get CPU核数 | 
| String | getInstanceType()Get 变配机器规格 | 
| Long | getMemory()Get 内存容量,单位为G | 
| String | getResourceId()Get 机器资源ID(EMR测资源标识) | 
| void | setCPUCores(Long CPUCores)Set CPU核数 | 
| void | setInstanceType(String InstanceType)Set 变配机器规格 | 
| void | setMemory(Long Memory)Set 内存容量,单位为G | 
| void | setResourceId(String ResourceId)Set 机器资源ID(EMR测资源标识) | 
| 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 UpdateInstanceSettings()
public UpdateInstanceSettings(UpdateInstanceSettings source)
public Long getMemory()
public void setMemory(Long Memory)
Memory - 内存容量,单位为Gpublic Long getCPUCores()
public void setCPUCores(Long CPUCores)
CPUCores - CPU核数public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 机器资源ID(EMR测资源标识)public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 变配机器规格Copyright © 2025. All rights reserved.