@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDeviceCertificateParams extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateDeviceCertificateParams.Builder,UpdateDeviceCertificateParams>
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDeviceCertificateParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
DeviceCertificateUpdateAction |
action()
The action that you want to apply to the device cerrtificate.
|
String |
actionAsString()
The action that you want to apply to the device cerrtificate.
|
static UpdateDeviceCertificateParams.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDeviceCertificateParams.Builder> |
serializableBuilderClass() |
UpdateDeviceCertificateParams.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic DeviceCertificateUpdateAction action()
The action that you want to apply to the device cerrtificate. The only supported value is DEACTIVATE
.
If the service returns an enum value that is not available in the current SDK version, action will
return DeviceCertificateUpdateAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionAsString().
DEACTIVATE.DeviceCertificateUpdateActionpublic String actionAsString()
The action that you want to apply to the device cerrtificate. The only supported value is DEACTIVATE
.
If the service returns an enum value that is not available in the current SDK version, action will
return DeviceCertificateUpdateAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionAsString().
DEACTIVATE.DeviceCertificateUpdateActionpublic UpdateDeviceCertificateParams.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDeviceCertificateParams.Builder,UpdateDeviceCertificateParams>public static UpdateDeviceCertificateParams.Builder builder()
public static Class<? extends UpdateDeviceCertificateParams.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.