public class UpdateCACertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input to the UpdateCACertificate operation.
NOOP| Constructor and Description |
|---|
UpdateCACertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCACertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCertificateId()
The CA certificate identifier.
|
String |
getNewStatus()
The updated status of the CA certificate.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The CA certificate identifier.
|
void |
setNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
void |
setNewStatus(String newStatus)
The updated status of the CA certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateCACertificateRequest |
withCertificateId(String certificateId)
The CA certificate identifier.
|
UpdateCACertificateRequest |
withNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
UpdateCACertificateRequest |
withNewStatus(String newStatus)
The updated status of the CA certificate.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCertificateId(String certificateId)
The CA certificate identifier.
certificateId - The CA certificate identifier.public String getCertificateId()
The CA certificate identifier.
public UpdateCACertificateRequest withCertificateId(String certificateId)
The CA certificate identifier.
certificateId - The CA certificate identifier.public void setNewStatus(String newStatus)
The updated status of the CA certificate.
newStatus - The updated status of the CA certificate.CACertificateStatuspublic String getNewStatus()
The updated status of the CA certificate.
CACertificateStatuspublic UpdateCACertificateRequest withNewStatus(String newStatus)
The updated status of the CA certificate.
newStatus - The updated status of the CA certificate.CACertificateStatuspublic void setNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
newStatus - The updated status of the CA certificate.CACertificateStatuspublic UpdateCACertificateRequest withNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
newStatus - The updated status of the CA certificate.CACertificateStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateCACertificateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2024. All rights reserved.