Class AttachedFileError
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.AttachedFileError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttachedFileError.Builder,AttachedFileError>
@Generated("software.amazon.awssdk:codegen") public final class AttachedFileError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttachedFileError.Builder,AttachedFileError>
Error describing a failure to retrieve attached file metadata through BatchGetAttachedFileMetadata action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttachedFileError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachedFileError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()Status code describing the failure.StringerrorMessage()Why the attached file couldn't be retrieved.StringfileId()The unique identifier of the attached file resource.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AttachedFileError.Builder>serializableBuilderClass()AttachedFileError.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
-
errorCode
public final String errorCode()
Status code describing the failure.
- Returns:
- Status code describing the failure.
-
errorMessage
public final String errorMessage()
Why the attached file couldn't be retrieved.
- Returns:
- Why the attached file couldn't be retrieved.
-
fileId
public final String fileId()
The unique identifier of the attached file resource.
- Returns:
- The unique identifier of the attached file resource.
-
toBuilder
public AttachedFileError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttachedFileError.Builder,AttachedFileError>
-
builder
public static AttachedFileError.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttachedFileError.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.
-
-