public class ModifyInstanceBasicRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInstanceBasicRequest() |
ModifyInstanceBasicRequest(ModifyInstanceBasicRequest 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 |
getClusterName()
Get Cluster name.
|
String |
getComputeResourceId()
Get Computing resource ID that needs to be modified, and can be used together with ResourceBaseType.
|
String |
getInstanceId()
Get Cluster instance ID.
|
String |
getResourceBaseType()
Get Used to label computing resources that need to be modified.
|
void |
setClusterName(String ClusterName)
Set Cluster name.
|
void |
setComputeResourceId(String ComputeResourceId)
Set Computing resource ID that needs to be modified, and can be used together with ResourceBaseType.
|
void |
setInstanceId(String InstanceId)
Set Cluster instance ID.
|
void |
setResourceBaseType(String ResourceBaseType)
Set Used to label computing resources that need to be modified.
|
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 ModifyInstanceBasicRequest()
public ModifyInstanceBasicRequest(ModifyInstanceBasicRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster instance ID.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name.public String getResourceBaseType()
public void setResourceBaseType(String ResourceBaseType)
ResourceBaseType
- Used to label computing resources that need to be modified.public String getComputeResourceId()
public void setComputeResourceId(String ComputeResourceId)
ComputeResourceId
- Computing resource ID that needs to be modified, and can be used together with ResourceBaseType.Copyright © 2025. All rights reserved.