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 | 
|---|---|
| String[] | getHosts()Get List of domain names that the certificate will be attached to. | 
| ServerCertInfo[] | getServerCertInfo()Get Certificate information. | 
| String | getZoneId()Get ID of the site. | 
| void | setHosts(String[] Hosts)Set List of domain names that the certificate will be attached to. | 
| void | setServerCertInfo(ServerCertInfo[] ServerCertInfo)Set Certificate information. | 
| 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 site.public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts - List of domain names that the certificate will be attached to.public ServerCertInfo[] getServerCertInfo()
public void setServerCertInfo(ServerCertInfo[] ServerCertInfo)
ServerCertInfo - Certificate information. Note that only `CertId` is required. If it is not specified, the default certificate will be used.Copyright © 2022. All rights reserved.