Class IntegrationError
- java.lang.Object
-
- software.amazon.awssdk.services.redshift.model.IntegrationError
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<IntegrationError.Builder,IntegrationError>
@Generated("software.amazon.awssdk:codegen") public final class IntegrationError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntegrationError.Builder,IntegrationError>
The error of an inbound integration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IntegrationError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntegrationError.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
errorCode()
The error code of an inbound integration error.String
errorMessage()
The error message of an inbound integration error.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends IntegrationError.Builder>
serializableBuilderClass()
IntegrationError.Builder
toBuilder()
String
toString()
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
-
errorCode
public final String errorCode()
The error code of an inbound integration error.
- Returns:
- The error code of an inbound integration error.
-
errorMessage
public final String errorMessage()
The error message of an inbound integration error.
- Returns:
- The error message of an inbound integration error.
-
toBuilder
public IntegrationError.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<IntegrationError.Builder,IntegrationError>
-
builder
public static IntegrationError.Builder builder()
-
serializableBuilderClass
public static Class<? extends IntegrationError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-