@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceErrorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceErrorInfo.Builder,DataSourceErrorInfo>
Error information for the data source creation or update.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceErrorInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceErrorInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
Error message.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSourceErrorInfo.Builder> |
serializableBuilderClass() |
DataSourceErrorInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataSourceErrorInfoType |
type()
Error type.
|
String |
typeAsString()
Error type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic DataSourceErrorInfoType type()
Error type.
If the service returns an enum value that is not available in the current SDK version, type will return
DataSourceErrorInfoType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DataSourceErrorInfoTypepublic String typeAsString()
Error type.
If the service returns an enum value that is not available in the current SDK version, type will return
DataSourceErrorInfoType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DataSourceErrorInfoTypepublic String message()
Error message.
public DataSourceErrorInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceErrorInfo.Builder,DataSourceErrorInfo>public static DataSourceErrorInfo.Builder builder()
public static Class<? extends DataSourceErrorInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.