public class DeleteCertificateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteCertificateRequest() |
DeleteCertificateRequest(DeleteCertificateRequest 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
|
Boolean |
getIsCheckResource()
Get When deleting, check whether the certificate is associated with cloud resources.
|
void |
setCertificateId(String CertificateId)
Set Certificate ID
|
void |
setIsCheckResource(Boolean IsCheckResource)
Set When deleting, check whether the certificate is associated with cloud resources.
|
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 DeleteCertificateRequest()
public DeleteCertificateRequest(DeleteCertificateRequest source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Certificate IDpublic Boolean getIsCheckResource()
public void setIsCheckResource(Boolean IsCheckResource)
IsCheckResource
- When deleting, check whether the certificate is associated with cloud resources. By default, no check is performed. if you choose to check (the authorization service role SSL_QCSLinkedRoleInReplaceLoadCertificate is required), the deletion will become asynchronous, and the API will return an asynchronous task id. you need to use the DescribeDeleteCertificatesTaskResult API to check whether the deletion is successful.Copyright © 2025. All rights reserved.