Class AttachmentContent
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttachmentContent.Builder,AttachmentContent>
A structure that includes attributes that describe a document attachment.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AttachmentContent.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final Stringhash()The cryptographic hash value of the document content.final inthashCode()final AttachmentHashTypehashType()The hash algorithm used to calculate the hash value.final StringThe hash algorithm used to calculate the hash value.final Stringname()The name of an attachment.static Class<? extends AttachmentContent.Builder>final Longsize()The size of an attachment in bytes.final StringtoString()Returns a string representation of this object.final Stringurl()The URL location of the attachment content.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of an attachment.
- Returns:
- The name of an attachment.
-
size
The size of an attachment in bytes.
- Returns:
- The size of an attachment in bytes.
-
hash
The cryptographic hash value of the document content.
- Returns:
- The cryptographic hash value of the document content.
-
hashType
The hash algorithm used to calculate the hash value.
If the service returns an enum value that is not available in the current SDK version,
hashTypewill returnAttachmentHashType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhashTypeAsString().- Returns:
- The hash algorithm used to calculate the hash value.
- See Also:
-
hashTypeAsString
The hash algorithm used to calculate the hash value.
If the service returns an enum value that is not available in the current SDK version,
hashTypewill returnAttachmentHashType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhashTypeAsString().- Returns:
- The hash algorithm used to calculate the hash value.
- See Also:
-
url
The URL location of the attachment content.
- Returns:
- The URL location of the attachment content.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttachmentContent.Builder,AttachmentContent>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-