public class ModifyHostsCertificateRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyHostsCertificateRequest() | 
| ModifyHostsCertificateRequest(ModifyHostsCertificateRequest 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 | 
|---|---|
| ServerCertInfo[] | getCertInfo()Get Certificate information. | 
| String[] | getHosts()Get Domain name that the certificate will be attached to | 
| String | getZoneId()Get ID of the site | 
| void | setCertInfo(ServerCertInfo[] CertInfo)Set Certificate information. | 
| void | setHosts(String[] Hosts)Set Domain name that the certificate will be attached to | 
| void | setZoneId(String ZoneId)Set ID of the site | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyHostsCertificateRequest()
public ModifyHostsCertificateRequest(ModifyHostsCertificateRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - ID of the sitepublic String[] getHosts()
public void setHosts(String[] Hosts)
Hosts - Domain name that the certificate will be attached topublic ServerCertInfo[] getCertInfo()
public void setCertInfo(ServerCertInfo[] CertInfo)
CertInfo - Certificate information. Note that only `CertId` is required. If it is not specified, the default certificate will be used.Copyright © 2023. All rights reserved.