public class UploadUpdateCertificateRecordRetryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UploadUpdateCertificateRecordRetryRequest() |
UploadUpdateCertificateRecordRetryRequest(UploadUpdateCertificateRecordRetryRequest 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 Retry deployment record detail ID, obtained through the DescribeHostUpdateRecordDetail API.
|
Long |
getDeployRecordId()
Get Retry deployment record ID, obtained through UpdateCertificateInstance to get the deployment record ID.
|
void |
setDeployRecordDetailId(Long DeployRecordDetailId)
Set Retry deployment record detail ID, obtained through the DescribeHostUpdateRecordDetail API.
|
void |
setDeployRecordId(Long DeployRecordId)
Set Retry deployment record ID, obtained through UpdateCertificateInstance to get the deployment record ID.
|
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, toJsonString
public UploadUpdateCertificateRecordRetryRequest()
public UploadUpdateCertificateRecordRetryRequest(UploadUpdateCertificateRecordRetryRequest source)
public Long getDeployRecordId()
public void setDeployRecordId(Long DeployRecordId)
DeployRecordId
- Retry deployment record ID, obtained through UpdateCertificateInstance to get the deployment record ID. If this parameter is not provided, DeployRecordDetailId must be provided.public Long getDeployRecordDetailId()
public void setDeployRecordDetailId(Long DeployRecordDetailId)
DeployRecordDetailId
- Retry deployment record detail ID, obtained through the DescribeHostUpdateRecordDetail API. If this parameter is not provided, DeployRecordId must be provided.Copyright © 2025. All rights reserved.