public class UpdateCACertificateRequest extends AmazonWebServiceRequest implements java.io.Serializable
Updates a registered CA certificate.
Constructor and Description |
---|
UpdateCACertificateRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateId()
The CA certificate identifier.
|
java.lang.String |
getNewAutoRegistrationStatus()
The new value for the auto registration status.
|
java.lang.String |
getNewStatus()
The updated status of the CA certificate.
|
RegistrationConfig |
getRegistrationConfig()
Information about the registration configuration.
|
java.lang.Boolean |
getRemoveAutoRegistration()
If true, removes auto registration.
|
int |
hashCode() |
java.lang.Boolean |
isRemoveAutoRegistration()
If true, removes auto registration.
|
void |
setCertificateId(java.lang.String certificateId)
The CA certificate identifier.
|
void |
setNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status.
|
void |
setNewAutoRegistrationStatus(java.lang.String newAutoRegistrationStatus)
The new value for the auto registration status.
|
void |
setNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
void |
setNewStatus(java.lang.String newStatus)
The updated status of the CA certificate.
|
void |
setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
void |
setRemoveAutoRegistration(java.lang.Boolean removeAutoRegistration)
If true, removes auto registration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateCACertificateRequest |
withCertificateId(java.lang.String certificateId)
The CA certificate identifier.
|
UpdateCACertificateRequest |
withNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status.
|
UpdateCACertificateRequest |
withNewAutoRegistrationStatus(java.lang.String newAutoRegistrationStatus)
The new value for the auto registration status.
|
UpdateCACertificateRequest |
withNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
UpdateCACertificateRequest |
withNewStatus(java.lang.String newStatus)
The updated status of the CA certificate.
|
UpdateCACertificateRequest |
withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
UpdateCACertificateRequest |
withRemoveAutoRegistration(java.lang.Boolean removeAutoRegistration)
If true, removes auto registration.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getCertificateId()
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The CA certificate identifier.
public void setCertificateId(java.lang.String certificateId)
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The CA certificate identifier.
public UpdateCACertificateRequest withCertificateId(java.lang.String certificateId)
The CA certificate identifier.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The CA certificate identifier.
public java.lang.String getNewStatus()
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Constraints:
Allowed Values: ACTIVE, INACTIVE
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public void setNewStatus(java.lang.String newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Constraints:
Allowed Values: ACTIVE, INACTIVE
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(java.lang.String newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
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.
Constraints:
Allowed Values: ACTIVE, INACTIVE
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public java.lang.String getNewAutoRegistrationStatus()
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Constraints:
Allowed Values: ENABLE, DISABLE
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public void setNewAutoRegistrationStatus(java.lang.String newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Constraints:
Allowed Values: ENABLE, DISABLE
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public UpdateCACertificateRequest withNewAutoRegistrationStatus(java.lang.String newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLE, 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".
Constraints:
Allowed Values: ENABLE, 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".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLE, DISABLE
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public RegistrationConfig getRegistrationConfig()
Information about the registration configuration.
Information about the registration configuration.
public void setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
registrationConfig
- Information about the registration configuration.
public UpdateCACertificateRequest withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
Returns a reference to this object so that method calls can be chained together.
registrationConfig
- Information about the registration configuration.
public java.lang.Boolean isRemoveAutoRegistration()
If true, removes auto registration.
If true, removes auto registration.
public java.lang.Boolean getRemoveAutoRegistration()
If true, removes auto registration.
If true, removes auto registration.
public void setRemoveAutoRegistration(java.lang.Boolean removeAutoRegistration)
If true, removes auto registration.
removeAutoRegistration
- If true, removes auto registration.
public UpdateCACertificateRequest withRemoveAutoRegistration(java.lang.Boolean removeAutoRegistration)
If true, removes auto registration.
Returns a reference to this object so that method calls can be chained together.
removeAutoRegistration
- If true, removes auto registration.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.