public class ReplaceCertForLoadBalancersRequest extends AbstractModel
Constructor and Description |
---|
ReplaceCertForLoadBalancersRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.