Class CopyObjectResult
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CopyObjectResult.Builder,CopyObjectResult>
Container for all response elements.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CopyObjectResult.Builderbuilder()final StringThe Base64 encoded, 32-bitCRC32checksum of the object.final StringThe Base64 encoded, 32-bitCRC32Cchecksum of the object.final StringThe Base64 encoded, 64-bitCRC64NVMEchecksum of the object.final StringThe Base64 encoded, 128-bitMD5digest of the object.final StringThe Base64 encoded, 160-bitSHA1digest of the object.final StringThe Base64 encoded, 256-bitSHA256digest of the object.final StringThe Base64 encoded, 512-bitSHA512digest of the object.final ChecksumTypeThe checksum type that is used to calculate the object’s checksum value.final StringThe checksum type that is used to calculate the object’s checksum value.final StringThe Base64 encoded, 128-bitXXHASH128checksum of the object.final StringThe Base64 encoded, 64-bitXXHASH3checksum of the object.final StringThe Base64 encoded, 64-bitXXHASH64checksum of the object.final booleanfinal booleanequalsBySdkFields(Object obj) final StringeTag()Returns the ETag of the new object.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantCreation date of the object.static Class<? extends CopyObjectResult.Builder>final StringtoString()Returns a string representation of this object.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
-
eTag
Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata.
- Returns:
- Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata.
-
lastModified
Creation date of the object.
- Returns:
- Creation date of the object.
-
checksumType
The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
If the service returns an enum value that is not available in the current SDK version,
checksumTypewill returnChecksumType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchecksumTypeAsString().- Returns:
- The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
- See Also:
-
checksumTypeAsString
The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
If the service returns an enum value that is not available in the current SDK version,
checksumTypewill returnChecksumType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchecksumTypeAsString().- Returns:
- The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
- See Also:
-
checksumCRC32
The Base64 encoded, 32-bit
CRC32checksum of the object. This checksum is only present if the object was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 32-bit
CRC32checksum of the object. This checksum is only present if the object was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumCRC32C
The Base64 encoded, 32-bit
CRC32Cchecksum of the object. This checksum is only present if the checksum was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 32-bit
CRC32Cchecksum of the object. This checksum is only present if the checksum was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumCRC64NVME
The Base64 encoded, 64-bit
CRC64NVMEchecksum of the object. This checksum is present if the object being copied was uploaded with theCRC64NVMEchecksum algorithm, or if the object was uploaded without a checksum (and Amazon S3 added the default checksum,CRC64NVME, to the uploaded object). For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 64-bit
CRC64NVMEchecksum of the object. This checksum is present if the object being copied was uploaded with theCRC64NVMEchecksum algorithm, or if the object was uploaded without a checksum (and Amazon S3 added the default checksum,CRC64NVME, to the uploaded object). For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumSHA1
The Base64 encoded, 160-bit
SHA1digest of the object. This checksum is only present if the checksum was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 160-bit
SHA1digest of the object. This checksum is only present if the checksum was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumSHA256
The Base64 encoded, 256-bit
SHA256digest of the object. This checksum is only present if the checksum was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 256-bit
SHA256digest of the object. This checksum is only present if the checksum was uploaded with the object. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumSHA512
The Base64 encoded, 512-bit
SHA512digest of the object. This checksum is only present if the object was uploaded with theSHA512checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 512-bit
SHA512digest of the object. This checksum is only present if the object was uploaded with theSHA512checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumMD5
The Base64 encoded, 128-bit
MD5digest of the object. This checksum is only present if the object was uploaded with theMD5checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 128-bit
MD5digest of the object. This checksum is only present if the object was uploaded with theMD5checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumXXHASH64
The Base64 encoded, 64-bit
XXHASH64checksum of the object. This checksum is only present if the object was uploaded with theXXHASH64checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 64-bit
XXHASH64checksum of the object. This checksum is only present if the object was uploaded with theXXHASH64checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumXXHASH3
The Base64 encoded, 64-bit
XXHASH3checksum of the object. This checksum is only present if the object was uploaded with theXXHASH3checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 64-bit
XXHASH3checksum of the object. This checksum is only present if the object was uploaded with theXXHASH3checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumXXHASH128
The Base64 encoded, 128-bit
XXHASH128checksum of the object. This checksum is only present if the object was uploaded with theXXHASH128checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 128-bit
XXHASH128checksum of the object. This checksum is only present if the object was uploaded with theXXHASH128checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CopyObjectResult.Builder,CopyObjectResult>
-
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
-