@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 String certificateId()
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
public 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 int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.