public class UpdateCACertificateParams
extends java.lang.Object
implements java.io.Serializable
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
Constructor and Description |
---|
UpdateCACertificateParams() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAction()
The action that you want to apply to the CA certificate.
|
int |
hashCode() |
void |
setAction(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate.
|
void |
setAction(java.lang.String action)
The action that you want to apply to the CA certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateCACertificateParams |
withAction(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate.
|
UpdateCACertificateParams |
withAction(java.lang.String action)
The action that you want to apply to the CA certificate.
|
public java.lang.String getAction()
The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE
.
Constraints:
Allowed Values: DEACTIVATE
The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE
.
CACertificateUpdateAction
public void setAction(java.lang.String action)
The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE
.
Constraints:
Allowed Values: DEACTIVATE
action
-
The action that you want to apply to the CA certificate. The
only supported value is DEACTIVATE
.
CACertificateUpdateAction
public UpdateCACertificateParams withAction(java.lang.String action)
The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DEACTIVATE
action
-
The action that you want to apply to the CA certificate. The
only supported value is DEACTIVATE
.
CACertificateUpdateAction
public void setAction(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE
.
Constraints:
Allowed Values: DEACTIVATE
action
-
The action that you want to apply to the CA certificate. The
only supported value is DEACTIVATE
.
CACertificateUpdateAction
public UpdateCACertificateParams withAction(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DEACTIVATE
action
-
The action that you want to apply to the CA certificate. The
only supported value is DEACTIVATE
.
CACertificateUpdateAction
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.