Class CopyPartResult
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CopyPartResult.Builder,CopyPartResult>
Container for all response elements.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CopyPartResult.Builderbuilder()final StringThis header can be used as a data integrity check to verify that the data received is the same data that was originally sent.final StringThis header can be used as a data integrity check to verify that the data received is the same data that was originally sent.final StringThe Base64 encoded, 64-bitCRC64NVMEchecksum of the part.final StringThis header can be used as a data integrity check to verify that the data received is the same data that was originally sent.final StringThis header can be used as a data integrity check to verify that the data received is the same data that was originally sent.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringeTag()Entity tag of the object.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantDate and time at which the object was uploaded.static Class<? extends CopyPartResult.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
eTag
-
lastModified
Date and time at which the object was uploaded.
- Returns:
- Date and time at which the object was uploaded.
-
checksumCRC32
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This header specifies the Base64 encoded, 32-bit
CRC32checksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- This header can be used as a data integrity check to verify that the data received is the same data that
was originally sent. This header specifies the Base64 encoded, 32-bit
CRC32checksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumCRC32C
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This header specifies the Base64 encoded, 32-bit
CRC32Cchecksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- This header can be used as a data integrity check to verify that the data received is the same data that
was originally sent. This header specifies the Base64 encoded, 32-bit
CRC32Cchecksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumCRC64NVME
The Base64 encoded, 64-bit
CRC64NVMEchecksum of the part. This checksum is present if the multipart upload request was created with theCRC64NVMEchecksum algorithm 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 part. This checksum is present if the multipart upload request was created with theCRC64NVMEchecksum algorithm to the uploaded object). For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumSHA1
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This header specifies the Base64 encoded, 160-bit
SHA1checksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- This header can be used as a data integrity check to verify that the data received is the same data that
was originally sent. This header specifies the Base64 encoded, 160-bit
SHA1checksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumSHA256
This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This header specifies the Base64 encoded, 256-bit
SHA256checksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- This header can be used as a data integrity check to verify that the data received is the same data that
was originally sent. This header specifies the Base64 encoded, 256-bit
SHA256checksum of the part. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<CopyPartResult.Builder,CopyPartResult> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-