public class ReplaceCertForLoadBalancersRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ReplaceCertForLoadBalancersRequest()  | 
ReplaceCertForLoadBalancersRequest(ReplaceCertForLoadBalancersRequest 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 | 
|---|---|
CertificateInput | 
getCertificate()
Get Information such as the content of the new certificate 
 | 
String | 
getOldCertificateId()
Get ID of the certificate to be replaced, which can be a server certificate or a client certificate. 
 | 
void | 
setCertificate(CertificateInput Certificate)
Set Information such as the content of the new certificate 
 | 
void | 
setOldCertificateId(String OldCertificateId)
Set ID of the certificate to be replaced, which can be a server certificate or a client certificate. 
 | 
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 ReplaceCertForLoadBalancersRequest()
public ReplaceCertForLoadBalancersRequest(ReplaceCertForLoadBalancersRequest source)
public String getOldCertificateId()
public void setOldCertificateId(String OldCertificateId)
OldCertificateId - ID of the certificate to be replaced, which can be a server certificate or a client certificate.public CertificateInput getCertificate()
public void setCertificate(CertificateInput Certificate)
Certificate - Information such as the content of the new certificateCopyright © 2025. All rights reserved.