@Generated(value="software.amazon.awssdk:codegen") public final class BatchStartRecommendationsErrorEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchStartRecommendationsErrorEntry.Builder,BatchStartRecommendationsErrorEntry>
Provides information about the errors that occurred during the analysis of the source database.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchStartRecommendationsErrorEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchStartRecommendationsErrorEntry.Builder |
builder() |
String |
code()
The code of an error that occurred during the analysis of the source database.
|
String |
databaseId()
The identifier of the source database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The information about the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchStartRecommendationsErrorEntry.Builder> |
serializableBuilderClass() |
BatchStartRecommendationsErrorEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseId()
The identifier of the source database.
public final String message()
The information about the error.
public final String code()
The code of an error that occurred during the analysis of the source database.
public BatchStartRecommendationsErrorEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchStartRecommendationsErrorEntry.Builder,BatchStartRecommendationsErrorEntry>public static BatchStartRecommendationsErrorEntry.Builder builder()
public static Class<? extends BatchStartRecommendationsErrorEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.