@Generated(value="software.amazon.awssdk:codegen") public final class DeleteOtaUpdateRequest extends IotRequest implements ToCopyableBuilder<DeleteOtaUpdateRequest.Builder,DeleteOtaUpdateRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteOtaUpdateRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteOtaUpdateRequest.Builder |
builder() |
Boolean |
deleteStream()
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceDeleteAWSJob()
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS".
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
otaUpdateId()
The ID of the OTA update to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteOtaUpdateRequest.Builder> |
serializableBuilderClass() |
DeleteOtaUpdateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String otaUpdateId()
The ID of the OTA update to delete.
public final Boolean deleteStream()
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
public final Boolean forceDeleteAWSJob()
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
public DeleteOtaUpdateRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteOtaUpdateRequest.Builder,DeleteOtaUpdateRequest>
toBuilder
in class IotRequest
public static DeleteOtaUpdateRequest.Builder builder()
public static Class<? extends DeleteOtaUpdateRequest.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.