public class DescribeCertDomainsRequest extends AbstractModel
Constructor and Description |
---|
DescribeCertDomainsRequest() |
DescribeCertDomainsRequest(DescribeCertDomainsRequest 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 |
getCert()
Get Base64-encoded string of certificate in PEM format
|
String |
getCertId()
Get Managed certificate ID.
|
String |
getProduct()
Get Product of the domain name, either `cdn` (default) or `ecdn`.
|
void |
setCert(String Cert)
Set Base64-encoded string of certificate in PEM format
|
void |
setCertId(String CertId)
Set Managed certificate ID.
|
void |
setProduct(String Product)
Set Product of the domain name, either `cdn` (default) or `ecdn`.
|
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, toJsonString
public DescribeCertDomainsRequest()
public DescribeCertDomainsRequest(DescribeCertDomainsRequest source)
public String getCert()
public void setCert(String Cert)
Cert
- Base64-encoded string of certificate in PEM formatpublic String getCertId()
public void setCertId(String CertId)
CertId
- Managed certificate ID. `Cert` and `CertId` cannot be both empty. If they’re both filled in, `CerID` prevails.public String getProduct()
public void setProduct(String Product)
Product
- Product of the domain name, either `cdn` (default) or `ecdn`.Copyright © 2022. All rights reserved.