@Generated(value="software.amazon.awssdk:codegen") public final class CreateOtaUpdateResponse extends IotResponse implements ToCopyableBuilder<CreateOtaUpdateResponse.Builder,CreateOtaUpdateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateOtaUpdateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsIotJobArn()
The IoT job ARN associated with the OTA update.
|
String |
awsIotJobId()
The IoT job ID associated with the OTA update.
|
static CreateOtaUpdateResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
otaUpdateArn()
The OTA update ARN.
|
String |
otaUpdateId()
The OTA update ID.
|
OTAUpdateStatus |
otaUpdateStatus()
The OTA update status.
|
String |
otaUpdateStatusAsString()
The OTA update status.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateOtaUpdateResponse.Builder> |
serializableBuilderClass() |
CreateOtaUpdateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String otaUpdateId()
The OTA update ID.
public final String awsIotJobId()
The IoT job ID associated with the OTA update.
public final String otaUpdateArn()
The OTA update ARN.
public final String awsIotJobArn()
The IoT job ARN associated with the OTA update.
public final OTAUpdateStatus otaUpdateStatus()
The OTA update status.
If the service returns an enum value that is not available in the current SDK version, otaUpdateStatus
will return OTAUpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from otaUpdateStatusAsString().
OTAUpdateStatuspublic final String otaUpdateStatusAsString()
The OTA update status.
If the service returns an enum value that is not available in the current SDK version, otaUpdateStatus
will return OTAUpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from otaUpdateStatusAsString().
OTAUpdateStatuspublic CreateOtaUpdateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateOtaUpdateResponse.Builder,CreateOtaUpdateResponse>toBuilder in class AwsResponsepublic static CreateOtaUpdateResponse.Builder builder()
public static Class<? extends CreateOtaUpdateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.