Class CopyObjectRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<CopyObjectDetails>
- 
- com.oracle.bmc.objectstorage.requests.CopyObjectRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class CopyObjectRequest extends BmcRequest<CopyObjectDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/objectstorage/CopyObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CopyObjectRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCopyObjectRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description CopyObjectRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CopyObjectRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.CopyObjectDetailsgetBody$()Alternative accessor for the body parameter.StringgetBucketName()The name of the bucket.CopyObjectDetailsgetCopyObjectDetails()The source and destination of the object to be copied.StringgetNamespaceName()The Object Storage namespace used for the request.StringgetOpcClientRequestId()The client request ID for tracing.StringgetOpcSourceSseCustomerAlgorithm()The optional header that specifies “AES256” as the encryption algorithm to use to decrypt the source object.StringgetOpcSourceSseCustomerKey()The optional header that specifies the base64-encoded 256-bit encryption key to use to decrypt the source object.StringgetOpcSourceSseCustomerKeySha256()The optional header that specifies the base64-encoded SHA256 hash of the encryption key used to decrypt the source object.StringgetOpcSseCustomerAlgorithm()The optional header that specifies “AES256” as the encryption algorithm.StringgetOpcSseCustomerKey()The optional header that specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the data.StringgetOpcSseCustomerKeySha256()The optional header that specifies the base64-encoded SHA256 hash of the encryption key.StringgetOpcSseKmsKeyId()The OCID of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.CopyObjectRequest.BuildertoBuilder()Return an instance ofCopyObjectRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getNamespaceNamepublic String getNamespaceName() The Object Storage namespace used for the request.
 - 
getBucketNamepublic String getBucketName() The name of the bucket.Avoid entering confidential information. Example: my-new-bucket1 
 - 
getCopyObjectDetailspublic CopyObjectDetails getCopyObjectDetails() The source and destination of the object to be copied.
 - 
getOpcClientRequestIdpublic String getOpcClientRequestId() The client request ID for tracing.
 - 
getOpcSseCustomerAlgorithmpublic String getOpcSseCustomerAlgorithm() The optional header that specifies “AES256” as the encryption algorithm.For more information, see Using Your Own Keys for Server-Side Encryption. 
 - 
getOpcSseCustomerKeypublic String getOpcSseCustomerKey() The optional header that specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the data.For more information, see Using Your Own Keys for Server-Side Encryption. 
 - 
getOpcSseCustomerKeySha256public String getOpcSseCustomerKeySha256() The optional header that specifies the base64-encoded SHA256 hash of the encryption key.This value is used to check the integrity of the encryption key. For more information, see Using Your Own Keys for Server-Side Encryption. 
 - 
getOpcSourceSseCustomerAlgorithmpublic String getOpcSourceSseCustomerAlgorithm() The optional header that specifies “AES256” as the encryption algorithm to use to decrypt the source object.For more information, see Using Your Own Keys for Server-Side Encryption. 
 - 
getOpcSourceSseCustomerKeypublic String getOpcSourceSseCustomerKey() The optional header that specifies the base64-encoded 256-bit encryption key to use to decrypt the source object.For more information, see Using Your Own Keys for Server-Side Encryption. 
 - 
getOpcSourceSseCustomerKeySha256public String getOpcSourceSseCustomerKeySha256() The optional header that specifies the base64-encoded SHA256 hash of the encryption key used to decrypt the source object.This value is used to check the integrity of the encryption key. For more information, see Using Your Own Keys for Server-Side Encryption. 
 - 
getOpcSseKmsKeyIdpublic String getOpcSseKmsKeyId() The OCID of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
 - 
getBody$public CopyObjectDetails getBody$() Alternative accessor for the body parameter.- Overrides:
- getBody$in class- BmcRequest<CopyObjectDetails>
- Returns:
- body parameter
 
 - 
toBuilderpublic CopyObjectRequest.Builder toBuilder() Return an instance ofCopyObjectRequest.Builderthat allows you to modify request properties.- Returns:
- instance of CopyObjectRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static CopyObjectRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<CopyObjectDetails>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<CopyObjectDetails>
 
 
- 
 
-