@Generated(value="software.amazon.awssdk:codegen") public final class DataLakeUpdateException extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLakeUpdateException.Builder,DataLakeUpdateException>
The details of the last UpdateDataLake or DeleteDataLake API request which failed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataLakeUpdateException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataLakeUpdateException.Builder |
builder() |
String |
code()
The reason code for the exception 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 exception of the last
UpdateDataLakeor DeleteDataLake API request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataLakeUpdateException.Builder> |
serializableBuilderClass() |
DataLakeUpdateException.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 exception of the last UpdateDataLake or DeleteDataLake API
request.
UpdateDataLake or DeleteDataLake
API request.public final String reason()
The reason for the exception of the last UpdateDataLakeor DeleteDataLake API request.
UpdateDataLakeor DeleteDataLake API
request.public DataLakeUpdateException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataLakeUpdateException.Builder,DataLakeUpdateException>public static DataLakeUpdateException.Builder builder()
public static Class<? extends DataLakeUpdateException.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.