@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.
|
RegistrationConfig |
getRegistrationConfig()
Information about the registration configuration.
|
Boolean |
getRemoveAutoRegistration()
If true, removes auto registration.
|
int |
hashCode() |
Boolean |
isRemoveAutoRegistration()
If true, removes auto registration.
|
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.
|
void |
setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
void |
setRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, removes auto registration.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
UpdateCACertificateRequest |
withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
UpdateCACertificateRequest |
withRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, removes auto registration.
|
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 void setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
registrationConfig
- Information about the registration configuration.public RegistrationConfig getRegistrationConfig()
Information about the registration configuration.
public UpdateCACertificateRequest withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
registrationConfig
- Information about the registration configuration.public void setRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, removes auto registration.
removeAutoRegistration
- If true, removes auto registration.public Boolean getRemoveAutoRegistration()
If true, removes auto registration.
public UpdateCACertificateRequest withRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, removes auto registration.
removeAutoRegistration
- If true, removes auto registration.public Boolean isRemoveAutoRegistration()
If true, removes auto registration.
public String toString()
toString
in class Object
Object.toString()
public UpdateCACertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()