@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetCollaborationAnalysisTemplateError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,BatchGetCollaborationAnalysisTemplateError>
Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetCollaborationAnalysisTemplateError.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the analysis template.
|
static BatchGetCollaborationAnalysisTemplateError.Builder |
builder() |
String |
code()
An error code for the error.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A description of why the call failed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetCollaborationAnalysisTemplateError.Builder> |
serializableBuilderClass() |
BatchGetCollaborationAnalysisTemplateError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the analysis template.
public final String code()
An error code for the error.
public final String message()
A description of why the call failed.
public BatchGetCollaborationAnalysisTemplateError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,BatchGetCollaborationAnalysisTemplateError>public static BatchGetCollaborationAnalysisTemplateError.Builder builder()
public static Class<? extends BatchGetCollaborationAnalysisTemplateError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.