@Generated(value="software.amazon.awssdk:codegen") public final class DeleteCertificateRequest extends IotRequest implements ToCopyableBuilder<DeleteCertificateRequest.Builder,DeleteCertificateRequest>
The input for the DeleteCertificate operation.
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteCertificateRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteCertificateRequest.Builder |
builder() |
String |
certificateId()
The ID of the certificate.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceDelete()
Forces the deletion of a certificate if it is inactive and is not attached to an IoT thing.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteCertificateRequest.Builder> |
serializableBuilderClass() |
DeleteCertificateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String certificateId()
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
public final Boolean forceDelete()
Forces the deletion of a certificate if it is inactive and is not attached to an IoT thing.
public DeleteCertificateRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteCertificateRequest.Builder,DeleteCertificateRequest>
toBuilder
in class IotRequest
public static DeleteCertificateRequest.Builder builder()
public static Class<? extends DeleteCertificateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.