Class DataSourceErrorMessage
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.DataSourceErrorMessage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>
@Generated("software.amazon.awssdk:codegen") public final class DataSourceErrorMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>
The details of the error message that is returned if the operation cannot be successfully completed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataSourceErrorMessage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataSourceErrorMessage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorDetail()The details of the error message that is returned if the operation cannot be successfully completed.DataSourceErrorTypeerrorType()The type of the error message that is returned if the operation cannot be successfully completed.StringerrorTypeAsString()The type of the error message that is returned if the operation cannot be successfully completed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DataSourceErrorMessage.Builder>serializableBuilderClass()DataSourceErrorMessage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
errorDetail
public final String errorDetail()
The details of the error message that is returned if the operation cannot be successfully completed.
- Returns:
- The details of the error message that is returned if the operation cannot be successfully completed.
-
errorType
public final DataSourceErrorType errorType()
The type of the error message that is returned if the operation cannot be successfully completed.
If the service returns an enum value that is not available in the current SDK version,
errorTypewill returnDataSourceErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- The type of the error message that is returned if the operation cannot be successfully completed.
- See Also:
DataSourceErrorType
-
errorTypeAsString
public final String errorTypeAsString()
The type of the error message that is returned if the operation cannot be successfully completed.
If the service returns an enum value that is not available in the current SDK version,
errorTypewill returnDataSourceErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- The type of the error message that is returned if the operation cannot be successfully completed.
- See Also:
DataSourceErrorType
-
toBuilder
public DataSourceErrorMessage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>
-
builder
public static DataSourceErrorMessage.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataSourceErrorMessage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-