@Generated(value="software.amazon.awssdk:codegen") public final class IntegrationError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntegrationError.Builder,IntegrationError>
The error of an inbound integration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntegrationError.Builder |
| Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorCode()
The error code of an inbound integration error.
public final String errorMessage()
The error message of an inbound integration error.
public IntegrationError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntegrationError.Builder,IntegrationError>public static IntegrationError.Builder builder()
public static Class<? extends IntegrationError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.