@Generated(value="software.amazon.awssdk:codegen") public final class LastUpdateStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastUpdateStatus.Builder,LastUpdateStatus>
A value that indicates whether the update was successful.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastUpdateStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastUpdateStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the update wasn't successful, indicates the reason why it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LastUpdateStatus.Builder> |
serializableBuilderClass() |
LastUpdateStatusValue |
status()
A value that indicates whether the update was made successful.
|
String |
statusAsString()
A value that indicates whether the update was made successful.
|
LastUpdateStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LastUpdateStatusValue status()
A value that indicates whether the update was made successful.
If the service returns an enum value that is not available in the current SDK version, status will
return LastUpdateStatusValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
LastUpdateStatusValuepublic final String statusAsString()
A value that indicates whether the update was made successful.
If the service returns an enum value that is not available in the current SDK version, status will
return LastUpdateStatusValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
LastUpdateStatusValuepublic final String failureReason()
If the update wasn't successful, indicates the reason why it failed.
public LastUpdateStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastUpdateStatus.Builder,LastUpdateStatus>public static LastUpdateStatus.Builder builder()
public static Class<? extends LastUpdateStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.