public class AddCustomizedConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddCustomizedConfigRequest() | 
| AddCustomizedConfigRequest(AddCustomizedConfigRequest 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 | getConfigContent()Get 配置内容 | 
| String | getConfigName()Get 配置名字 | 
| String | getConfigType()Get 配置类型,取值范围["CLB", "SERVER", "LOCATION"],分别表示CLB配置,server配置,location配置。 | 
| TagInfo[] | getTags()Get 标签 | 
| void | setConfigContent(String ConfigContent)Set 配置内容 | 
| void | setConfigName(String ConfigName)Set 配置名字 | 
| void | setConfigType(String ConfigType)Set 配置类型,取值范围["CLB", "SERVER", "LOCATION"],分别表示CLB配置,server配置,location配置。 | 
| void | setTags(TagInfo[] Tags)Set 标签 | 
| 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 AddCustomizedConfigRequest()
public AddCustomizedConfigRequest(AddCustomizedConfigRequest source)
public String getConfigName()
public void setConfigName(String ConfigName)
ConfigName - 配置名字public String getConfigType()
public void setConfigType(String ConfigType)
ConfigType - 配置类型,取值范围["CLB", "SERVER", "LOCATION"],分别表示CLB配置,server配置,location配置。public String getConfigContent()
public void setConfigContent(String ConfigContent)
ConfigContent - 配置内容public TagInfo[] getTags()
public void setTags(TagInfo[] Tags)
Tags - 标签Copyright © 2025. All rights reserved.