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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public String getNewStatus()
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public UpdateCACertificateRequest withNewStatus(String newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public void setNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public UpdateCACertificateRequest withNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateCACertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.