@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()
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
otaUpdateId()
The OTA update ID 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 String otaUpdateId()
The OTA update ID to delete.
public Boolean deleteStream()
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
public Boolean forceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.