Class BatchGetCollaborationAnalysisTemplateError
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.BatchGetCollaborationAnalysisTemplateError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,BatchGetCollaborationAnalysisTemplateError>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetCollaborationAnalysisTemplateError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the analysis template.static BatchGetCollaborationAnalysisTemplateError.Builderbuilder()Stringcode()An error code for the error.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A description of why the call failed.List<SdkField<?>>sdkFields()static Class<? extends BatchGetCollaborationAnalysisTemplateError.Builder>serializableBuilderClass()BatchGetCollaborationAnalysisTemplateError.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the analysis template.
- Returns:
- The Amazon Resource Name (ARN) of the analysis template.
-
code
public final String code()
An error code for the error.
- Returns:
- An error code for the error.
-
message
public final String message()
A description of why the call failed.
- Returns:
- A description of why the call failed.
-
toBuilder
public BatchGetCollaborationAnalysisTemplateError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,BatchGetCollaborationAnalysisTemplateError>
-
builder
public static BatchGetCollaborationAnalysisTemplateError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetCollaborationAnalysisTemplateError.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.
-
-