@Generated(value="software.amazon.awssdk:codegen") public final class OTAUpdateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OTAUpdateSummary.Builder,OTAUpdateSummary>
An OTA update summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OTAUpdateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OTAUpdateSummary.Builder |
builder() |
Instant |
creationDate()
The date when the OTA update was created.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OTAUpdateSummary.Builder> |
serializableBuilderClass() |
OTAUpdateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String otaUpdateId()
The OTA update ID.
public String otaUpdateArn()
The OTA update ARN.
public Instant creationDate()
The date when the OTA update was created.
public OTAUpdateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OTAUpdateSummary.Builder,OTAUpdateSummary>public static OTAUpdateSummary.Builder builder()
public static Class<? extends OTAUpdateSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.