@Generated(value="software.amazon.awssdk:codegen") public final class LastUpdateFailure extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastUpdateFailure.Builder,LastUpdateFailure>
The details of the last UpdateDatalake or DeleteDatalake API request which failed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastUpdateFailure.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastUpdateFailure.Builder |
builder() |
String |
code()
The reason code for the failure of the last
UpdateDatalake or DeleteDatalake API
request. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reason()
The reason for the failure of the last
UpdateDatalakeor DeleteDatalake API request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LastUpdateFailure.Builder> |
serializableBuilderClass() |
LastUpdateFailure.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String code()
The reason code for the failure of the last UpdateDatalake or DeleteDatalake API
request.
UpdateDatalake or DeleteDatalake
API request.public final String reason()
The reason for the failure of the last UpdateDatalakeor DeleteDatalake API request.
UpdateDatalakeor DeleteDatalake API
request.public LastUpdateFailure.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastUpdateFailure.Builder,LastUpdateFailure>public static LastUpdateFailure.Builder builder()
public static Class<? extends LastUpdateFailure.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.