public class ModifySubDomainRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifySubDomainRequest() |
ModifySubDomainRequest(ModifySubDomainRequest 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 |
getCertificateId()
Get Certificate ID, which is required if the HTTPS protocol is included.
|
Boolean |
getIsDefaultMapping()
Get Whether to change to the default path mapping.
|
Boolean |
getIsForcedHttps()
Get Whether to force HTTP requests to redirect to HTTPS.
|
String |
getNetType()
Get Network type.
|
PathMapping[] |
getPathMappingSet()
Get Path mapping list after modification.
|
String |
getProtocol()
Get Custom domain name protocol type after modification.
|
String |
getServiceId()
Get Unique service ID.
|
String |
getSubDomain()
Get Custom domain name whose path mapping is to be modified.
|
void |
setCertificateId(String CertificateId)
Set Certificate ID, which is required if the HTTPS protocol is included.
|
void |
setIsDefaultMapping(Boolean IsDefaultMapping)
Set Whether to change to the default path mapping.
|
void |
setIsForcedHttps(Boolean IsForcedHttps)
Set Whether to force HTTP requests to redirect to HTTPS.
|
void |
setNetType(String NetType)
Set Network type.
|
void |
setPathMappingSet(PathMapping[] PathMappingSet)
Set Path mapping list after modification.
|
void |
setProtocol(String Protocol)
Set Custom domain name protocol type after modification.
|
void |
setServiceId(String ServiceId)
Set Unique service ID.
|
void |
setSubDomain(String SubDomain)
Set Custom domain name whose path mapping is 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifySubDomainRequest()
public ModifySubDomainRequest(ModifySubDomainRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique service ID.public String getSubDomain()
public void setSubDomain(String SubDomain)
SubDomain
- Custom domain name whose path mapping is to be modified.public Boolean getIsDefaultMapping()
public void setIsDefaultMapping(Boolean IsDefaultMapping)
IsDefaultMapping
- Whether to change to the default path mapping. true: use the default path mapping; false: use the custom path mapping.public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Certificate ID, which is required if the HTTPS protocol is included.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Custom domain name protocol type after modification. Valid values: http, https, http&https.public PathMapping[] getPathMappingSet()
public void setPathMappingSet(PathMapping[] PathMappingSet)
PathMappingSet
- Path mapping list after modification.public String getNetType()
public void setNetType(String NetType)
NetType
- Network type. Valid values: INNER, OUTER.public Boolean getIsForcedHttps()
public void setIsForcedHttps(Boolean IsForcedHttps)
IsForcedHttps
- Whether to force HTTP requests to redirect to HTTPS. Default value: `false`. When this parameter is `true`, API Gateway will redirect all requests using the custom domain name over the HTTP protocol to the HTTPS protocol for forwarding.Copyright © 2024. All rights reserved.