public class ModifyMongoDBParamType extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ModifyMongoDBParamType() |
ModifyMongoDBParamType(ModifyMongoDBParamType 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 |
getKey()
Get 需要修改的参数名称,请严格参考通过 DescribeInstanceParams 获取的当前实例支持的参数名。
|
String |
getValue()
Get 需要修改的参数名称对应的值,请严格参考通过 DescribeInstanceParams 获取的参数对应的值的范围。
|
void |
setKey(String Key)
Set 需要修改的参数名称,请严格参考通过 DescribeInstanceParams 获取的当前实例支持的参数名。
|
void |
setValue(String Value)
Set 需要修改的参数名称对应的值,请严格参考通过 DescribeInstanceParams 获取的参数对应的值的范围。
|
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 ModifyMongoDBParamType()
public ModifyMongoDBParamType(ModifyMongoDBParamType source)
public String getKey()
public void setKey(String Key)
Key - 需要修改的参数名称,请严格参考通过 DescribeInstanceParams 获取的当前实例支持的参数名。public String getValue()
public void setValue(String Value)
Value - 需要修改的参数名称对应的值,请严格参考通过 DescribeInstanceParams 获取的参数对应的值的范围。Copyright © 2024. All rights reserved.