public class SetNodeResourceConfigDefaultRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SetNodeResourceConfigDefaultRequest() |
SetNodeResourceConfigDefaultRequest(SetNodeResourceConfigDefaultRequest 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 |
getComputeResourceId()
Get Computing resource ID.
|
String |
getHardwareResourceType()
Get Hardware type.
|
String |
getInstanceId()
Get Cluster instance ID.
|
String |
getResourceBaseType()
Get The type can be ComputeResource, EMR, or a default value.
|
Long |
getResourceConfigId()
Get Configuration ID.
|
String |
getResourceType()
Get Specification node type, with the valid values of CORE, TASK, and ROUTER.
|
void |
setComputeResourceId(String ComputeResourceId)
Set Computing resource ID.
|
void |
setHardwareResourceType(String HardwareResourceType)
Set Hardware type.
|
void |
setInstanceId(String InstanceId)
Set Cluster instance ID.
|
void |
setResourceBaseType(String ResourceBaseType)
Set The type can be ComputeResource, EMR, or a default value.
|
void |
setResourceConfigId(Long ResourceConfigId)
Set Configuration ID.
|
void |
setResourceType(String ResourceType)
Set Specification node type, with the valid values of CORE, TASK, and ROUTER.
|
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, toJsonString
public SetNodeResourceConfigDefaultRequest()
public SetNodeResourceConfigDefaultRequest(SetNodeResourceConfigDefaultRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster instance ID.public Long getResourceConfigId()
public void setResourceConfigId(Long ResourceConfigId)
ResourceConfigId
- Configuration ID.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Specification node type, with the valid values of CORE, TASK, and ROUTER.public String getResourceBaseType()
public void setResourceBaseType(String ResourceBaseType)
ResourceBaseType
- The type can be ComputeResource, EMR, or a default value. The default value is EMR.public String getComputeResourceId()
public void setComputeResourceId(String ComputeResourceId)
ComputeResourceId
- Computing resource ID.public String getHardwareResourceType()
public void setHardwareResourceType(String HardwareResourceType)
HardwareResourceType
- Hardware type.Copyright © 2025. All rights reserved.