@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCACertificateParams extends Object implements Serializable, Cloneable, StructuredPojo
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 |
---|---|
UpdateCACertificateParams |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
The action that you want to apply to the CA certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAction(String action)
The action that you want to apply to the CA certificate.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCACertificateParams |
withAction(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate.
|
UpdateCACertificateParams |
withAction(String action)
The action that you want to apply to the CA certificate.
|
public void setAction(String action)
The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE
.
action
- The action that you want to apply to the CA certificate. The only supported value is
DEACTIVATE
.CACertificateUpdateAction
public String getAction()
The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE
.
DEACTIVATE
.CACertificateUpdateAction
public UpdateCACertificateParams withAction(String action)
The action that you want to apply to the CA certificate. The only supported value is 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
.
action
- The action that you want to apply to the CA certificate. The only supported value is
DEACTIVATE
.CACertificateUpdateAction
public String toString()
toString
in class Object
Object.toString()
public UpdateCACertificateParams clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.