@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 AWS 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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 AWS 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 IotRequestpublic static DeleteOtaUpdateRequest.Builder builder()
public static Class<? extends DeleteOtaUpdateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.