public class ModifyInstanceParamsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInstanceParamsRequest() |
ModifyInstanceParamsRequest(ModifyInstanceParamsRequest 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 实例 ID,如:kee-6ubh****。
|
InstanceParam[] |
getInstanceParams()
Get 实例修改的参数列表。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,如:kee-6ubh****。
|
void |
setInstanceParams(InstanceParam[] InstanceParams)
Set 实例修改的参数列表。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyInstanceParamsRequest()
public ModifyInstanceParamsRequest(ModifyInstanceParamsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,如:kee-6ubh****。public InstanceParam[] getInstanceParams()
public void setInstanceParams(InstanceParam[] InstanceParams)
InstanceParams
- 实例修改的参数列表。Copyright © 2024. All rights reserved.