@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OTAUpdateSummary.Builder,OTAUpdateSummary>
public static OTAUpdateSummary.Builder builder()
public static Class<? extends OTAUpdateSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.