public class UpdateCertificateRecordRetryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateCertificateRecordRetryRequest() | 
| UpdateCertificateRecordRetryRequest(UpdateCertificateRecordRetryRequest 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 | 
|---|---|
| Long | getDeployRecordDetailId()Get Detail ID for pending retry deployment record, which can be obtained through the DescribeHostUpdateRecordDetail api. | 
| Long | getDeployRecordId()Get Record ID for pending retry deployment, which can be obtained through UpdateCertificateInstance. | 
| void | setDeployRecordDetailId(Long DeployRecordDetailId)Set Detail ID for pending retry deployment record, which can be obtained through the DescribeHostUpdateRecordDetail api. | 
| void | setDeployRecordId(Long DeployRecordId)Set Record ID for pending retry deployment, which can be obtained through UpdateCertificateInstance. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateCertificateRecordRetryRequest()
public UpdateCertificateRecordRetryRequest(UpdateCertificateRecordRetryRequest source)
public Long getDeployRecordId()
public void setDeployRecordId(Long DeployRecordId)
DeployRecordId - Record ID for pending retry deployment, which can be obtained through UpdateCertificateInstance. if this parameter is not provided, DeployRecordDetailId must be provided.public Long getDeployRecordDetailId()
public void setDeployRecordDetailId(Long DeployRecordDetailId)
DeployRecordDetailId - Detail ID for pending retry deployment record, which can be obtained through the DescribeHostUpdateRecordDetail api. if this parameter is not provided, DeployRecordId must be provided.Copyright © 2025. All rights reserved.