@Generated(value="software.amazon.awssdk:codegen") public final class BatchError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchError.Builder,BatchError>
Error related to a specific channel, specified by its ARN.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchError.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
Channel ARN.
|
static BatchError.Builder |
builder() |
String |
code()
Error code.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
Error message, determined by the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchError.Builder> |
serializableBuilderClass() |
BatchError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
Channel ARN.
public final String code()
Error code.
public final String message()
Error message, determined by the application.
public BatchError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchError.Builder,BatchError>public static BatchError.Builder builder()
public static Class<? extends BatchError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.