@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 AWS IoT job ARN associated with the OTA update.
|
String |
awsIotJobId()
The AWS 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 String otaUpdateId()
The OTA update ID.
public String awsIotJobId()
The AWS IoT job ID associated with the OTA update.
public String otaUpdateArn()
The OTA update ARN.
public String awsIotJobArn()
The AWS IoT job ARN associated with the OTA update.
public 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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.