@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateId()
The CA certificate identifier.
|
String |
getNewAutoRegistrationStatus()
The new value for the auto registration status.
|
String |
getNewStatus()
The updated status of the CA certificate.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The CA certificate identifier.
|
void |
setNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status.
|
void |
setNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status.
|
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 |
withNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status.
|
UpdateCACertificateRequest |
withNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status.
|
UpdateCACertificateRequest |
withNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
UpdateCACertificateRequest |
withNewStatus(String newStatus)
The updated status of the CA certificate.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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 void setNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".AutoRegistrationStatus
public String getNewAutoRegistrationStatus()
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public UpdateCACertificateRequest withNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".AutoRegistrationStatus
public void setNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".AutoRegistrationStatus
public UpdateCACertificateRequest withNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".AutoRegistrationStatus
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.