public class ModifyDomainRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDomainRequest() |
ModifyDomainRequest(ModifyDomainRequest 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 |
getDomain()
Get 监听器下的某个旧域名。
|
String |
getListenerId()
Get 负载均衡监听器 ID。
|
String |
getLoadBalancerId()
Get 负载均衡实例 ID。
|
String |
getNewDomain()
Get 新域名, 长度限制为:1-120。有三种使用格式:非正则表达式格式,通配符格式,正则表达式格式。非正则表达式格式只能使用字母、数字、‘-’、‘.’。通配符格式的使用 ‘*’ 只能在开头或者结尾。正则表达式以'~'开头。
|
void |
setDomain(String Domain)
Set 监听器下的某个旧域名。
|
void |
setListenerId(String ListenerId)
Set 负载均衡监听器 ID。
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例 ID。
|
void |
setNewDomain(String NewDomain)
Set 新域名, 长度限制为:1-120。有三种使用格式:非正则表达式格式,通配符格式,正则表达式格式。非正则表达式格式只能使用字母、数字、‘-’、‘.’。通配符格式的使用 ‘*’ 只能在开头或者结尾。正则表达式以'~'开头。
|
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 ModifyDomainRequest()
public ModifyDomainRequest(ModifyDomainRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- 负载均衡实例 ID。public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- 负载均衡监听器 ID。public String getDomain()
public void setDomain(String Domain)
Domain
- 监听器下的某个旧域名。public String getNewDomain()
public void setNewDomain(String NewDomain)
NewDomain
- 新域名, 长度限制为:1-120。有三种使用格式:非正则表达式格式,通配符格式,正则表达式格式。非正则表达式格式只能使用字母、数字、‘-’、‘.’。通配符格式的使用 ‘*’ 只能在开头或者结尾。正则表达式以'~'开头。Copyright © 2024. All rights reserved.