@Generated(value="software.amazon.awssdk:codegen") public final class LastUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastUpdate.Builder,LastUpdate>
Last update information for the environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastUpdate.Builder |
builder() |
Instant |
createdAt()
Time that last update occurred.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
UpdateError |
error()
Error string of last update, if applicable.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LastUpdate.Builder> |
serializableBuilderClass() |
UpdateStatus |
status()
Status of last update of SUCCESS, FAILED, CREATING, DELETING.
|
String |
statusAsString()
Status of last update of SUCCESS, FAILED, CREATING, DELETING.
|
LastUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
Time that last update occurred.
public final UpdateError error()
Error string of last update, if applicable.
public final UpdateStatus status()
Status of last update of SUCCESS, FAILED, CREATING, DELETING.
If the service returns an enum value that is not available in the current SDK version, status will
return UpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateStatuspublic final String statusAsString()
Status of last update of SUCCESS, FAILED, CREATING, DELETING.
If the service returns an enum value that is not available in the current SDK version, status will
return UpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateStatuspublic LastUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastUpdate.Builder,LastUpdate>public static LastUpdate.Builder builder()
public static Class<? extends LastUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.