AWS SDK for C++  0.12.9
AWS SDK for C++
Public Member Functions | List of all members
Aws::S3::Model::UploadPartRequest Class Reference

#include <UploadPartRequest.h>

Inheritance diagram for Aws::S3::Model::UploadPartRequest:
Aws::AmazonStreamingWebServiceRequest Aws::AmazonWebServiceRequest

Public Member Functions

 UploadPartRequest ()
 
void AddQueryStringParameters (Aws::Http::URI &uri) const override
 
Aws::Http::HeaderValueCollection GetRequestSpecificHeaders () const override
 
const Aws::StringGetBucket () const
 
void SetBucket (const Aws::String &value)
 
void SetBucket (Aws::String &&value)
 
void SetBucket (const char *value)
 
UploadPartRequestWithBucket (const Aws::String &value)
 
UploadPartRequestWithBucket (Aws::String &&value)
 
UploadPartRequestWithBucket (const char *value)
 
long long GetContentLength () const
 
void SetContentLength (long long value)
 
UploadPartRequestWithContentLength (long long value)
 
const Aws::StringGetContentMD5 () const
 
void SetContentMD5 (const Aws::String &value)
 
void SetContentMD5 (Aws::String &&value)
 
void SetContentMD5 (const char *value)
 
UploadPartRequestWithContentMD5 (const Aws::String &value)
 
UploadPartRequestWithContentMD5 (Aws::String &&value)
 
UploadPartRequestWithContentMD5 (const char *value)
 
const Aws::StringGetKey () const
 
void SetKey (const Aws::String &value)
 
void SetKey (Aws::String &&value)
 
void SetKey (const char *value)
 
UploadPartRequestWithKey (const Aws::String &value)
 
UploadPartRequestWithKey (Aws::String &&value)
 
UploadPartRequestWithKey (const char *value)
 
long GetPartNumber () const
 
void SetPartNumber (long value)
 
UploadPartRequestWithPartNumber (long value)
 
const Aws::StringGetUploadId () const
 
void SetUploadId (const Aws::String &value)
 
void SetUploadId (Aws::String &&value)
 
void SetUploadId (const char *value)
 
UploadPartRequestWithUploadId (const Aws::String &value)
 
UploadPartRequestWithUploadId (Aws::String &&value)
 
UploadPartRequestWithUploadId (const char *value)
 
const Aws::StringGetSSECustomerAlgorithm () const
 
void SetSSECustomerAlgorithm (const Aws::String &value)
 
void SetSSECustomerAlgorithm (Aws::String &&value)
 
void SetSSECustomerAlgorithm (const char *value)
 
UploadPartRequestWithSSECustomerAlgorithm (const Aws::String &value)
 
UploadPartRequestWithSSECustomerAlgorithm (Aws::String &&value)
 
UploadPartRequestWithSSECustomerAlgorithm (const char *value)
 
const Aws::StringGetSSECustomerKey () const
 
void SetSSECustomerKey (const Aws::String &value)
 
void SetSSECustomerKey (Aws::String &&value)
 
void SetSSECustomerKey (const char *value)
 
UploadPartRequestWithSSECustomerKey (const Aws::String &value)
 
UploadPartRequestWithSSECustomerKey (Aws::String &&value)
 
UploadPartRequestWithSSECustomerKey (const char *value)
 
const Aws::StringGetSSECustomerKeyMD5 () const
 
void SetSSECustomerKeyMD5 (const Aws::String &value)
 
void SetSSECustomerKeyMD5 (Aws::String &&value)
 
void SetSSECustomerKeyMD5 (const char *value)
 
UploadPartRequestWithSSECustomerKeyMD5 (const Aws::String &value)
 
UploadPartRequestWithSSECustomerKeyMD5 (Aws::String &&value)
 
UploadPartRequestWithSSECustomerKeyMD5 (const char *value)
 
const RequestPayerGetRequestPayer () const
 
void SetRequestPayer (const RequestPayer &value)
 
void SetRequestPayer (RequestPayer &&value)
 
UploadPartRequestWithRequestPayer (const RequestPayer &value)
 
UploadPartRequestWithRequestPayer (RequestPayer &&value)
 
- Public Member Functions inherited from Aws::AmazonStreamingWebServiceRequest
 AmazonStreamingWebServiceRequest ()
 
virtual ~AmazonStreamingWebServiceRequest ()
 
std::shared_ptr< Aws::IOStreamGetBody () const override
 
void SetBody (const std::shared_ptr< Aws::IOStream > &body)
 
Aws::Http::HeaderValueCollection GetHeaders () const override
 
const Aws::StringGetContentType () const
 
void SetContentType (const Aws::String &contentType)
 
- Public Member Functions inherited from Aws::AmazonWebServiceRequest
 AmazonWebServiceRequest ()
 
virtual ~AmazonWebServiceRequest ()=default
 
const Aws::IOStreamFactoryGetResponseStreamFactory () const
 
void SetResponseStreamFactory (const Aws::IOStreamFactory &factory)
 
virtual void SetDataReceivedEventHandler (const Aws::Http::DataReceivedEventHandler &dataReceivedEventHandler)
 
virtual void SetDataSentEventHandler (const Aws::Http::DataSentEventHandler &dataSentEventHandler)
 
virtual void SetDataReceivedEventHandler (Aws::Http::DataReceivedEventHandler &&dataReceivedEventHandler)
 
virtual void SetDataSentEventHandler (Aws::Http::DataSentEventHandler &&dataSentEventHandler)
 
virtual const Aws::Http::DataReceivedEventHandlerGetDataReceivedEventHandler () const
 
virtual const Aws::Http::DataSentEventHandlerGetDataSentEventHandler () const
 
virtual bool ShouldComputeContentMd5 () const
 

Additional Inherited Members

Detailed Description

Definition at line 35 of file UploadPartRequest.h.

Constructor & Destructor Documentation

Aws::S3::Model::UploadPartRequest::UploadPartRequest ( )

Member Function Documentation

void Aws::S3::Model::UploadPartRequest::AddQueryStringParameters ( Aws::Http::URI uri) const
overridevirtual

Do nothing virtual, override this to add query strings to the request

Reimplemented from Aws::AmazonWebServiceRequest.

const Aws::String& Aws::S3::Model::UploadPartRequest::GetBucket ( ) const
inline

Name of the bucket to which the multipart upload was initiated.

Definition at line 46 of file UploadPartRequest.h.

long long Aws::S3::Model::UploadPartRequest::GetContentLength ( ) const
inline

Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.

Definition at line 82 of file UploadPartRequest.h.

const Aws::String& Aws::S3::Model::UploadPartRequest::GetContentMD5 ( ) const
inline

The base64-encoded 128-bit MD5 digest of the part data.

Definition at line 99 of file UploadPartRequest.h.

const Aws::String& Aws::S3::Model::UploadPartRequest::GetKey ( ) const
inline

Object key for which the multipart upload was initiated.

Definition at line 134 of file UploadPartRequest.h.

long Aws::S3::Model::UploadPartRequest::GetPartNumber ( ) const
inline

Part number of part being uploaded. This is a positive integer between 1 and 10,000.

Definition at line 170 of file UploadPartRequest.h.

const RequestPayer& Aws::S3::Model::UploadPartRequest::GetRequestPayer ( ) const
inline

Definition at line 374 of file UploadPartRequest.h.

Aws::Http::HeaderValueCollection Aws::S3::Model::UploadPartRequest::GetRequestSpecificHeaders ( ) const
overridevirtual

Override this method to put data members from a subclass into the headers collection.

Reimplemented from Aws::AmazonStreamingWebServiceRequest.

const Aws::String& Aws::S3::Model::UploadPartRequest::GetSSECustomerAlgorithm ( ) const
inline

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Definition at line 222 of file UploadPartRequest.h.

const Aws::String& Aws::S3::Model::UploadPartRequest::GetSSECustomerKey ( ) const
inline

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

Definition at line 262 of file UploadPartRequest.h.

const Aws::String& Aws::S3::Model::UploadPartRequest::GetSSECustomerKeyMD5 ( ) const
inline

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

Definition at line 329 of file UploadPartRequest.h.

const Aws::String& Aws::S3::Model::UploadPartRequest::GetUploadId ( ) const
inline

Upload ID identifying the multipart upload whose part is being uploaded.

Definition at line 187 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetBucket ( const Aws::String value)
inline

Name of the bucket to which the multipart upload was initiated.

Definition at line 51 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetBucket ( Aws::String &&  value)
inline

Name of the bucket to which the multipart upload was initiated.

Definition at line 56 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetBucket ( const char *  value)
inline

Name of the bucket to which the multipart upload was initiated.

Definition at line 61 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetContentLength ( long long  value)
inline

Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.

Definition at line 88 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetContentMD5 ( const Aws::String value)
inline

The base64-encoded 128-bit MD5 digest of the part data.

Definition at line 104 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetContentMD5 ( Aws::String &&  value)
inline

The base64-encoded 128-bit MD5 digest of the part data.

Definition at line 109 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetContentMD5 ( const char *  value)
inline

The base64-encoded 128-bit MD5 digest of the part data.

Definition at line 114 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetKey ( const Aws::String value)
inline

Object key for which the multipart upload was initiated.

Definition at line 139 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetKey ( Aws::String &&  value)
inline

Object key for which the multipart upload was initiated.

Definition at line 144 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetKey ( const char *  value)
inline

Object key for which the multipart upload was initiated.

Definition at line 149 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetPartNumber ( long  value)
inline

Part number of part being uploaded. This is a positive integer between 1 and 10,000.

Definition at line 176 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetRequestPayer ( const RequestPayer value)
inline

Definition at line 377 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetRequestPayer ( RequestPayer &&  value)
inline

Definition at line 380 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerAlgorithm ( const Aws::String value)
inline

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Definition at line 227 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerAlgorithm ( Aws::String &&  value)
inline

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Definition at line 232 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerAlgorithm ( const char *  value)
inline

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Definition at line 237 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerKey ( const Aws::String value)
inline

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

Definition at line 272 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerKey ( Aws::String &&  value)
inline

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

Definition at line 282 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerKey ( const char *  value)
inline

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

Definition at line 292 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerKeyMD5 ( const Aws::String value)
inline

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

Definition at line 336 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerKeyMD5 ( Aws::String &&  value)
inline

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

Definition at line 343 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetSSECustomerKeyMD5 ( const char *  value)
inline

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

Definition at line 350 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetUploadId ( const Aws::String value)
inline

Upload ID identifying the multipart upload whose part is being uploaded.

Definition at line 192 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetUploadId ( Aws::String &&  value)
inline

Upload ID identifying the multipart upload whose part is being uploaded.

Definition at line 197 of file UploadPartRequest.h.

void Aws::S3::Model::UploadPartRequest::SetUploadId ( const char *  value)
inline

Upload ID identifying the multipart upload whose part is being uploaded.

Definition at line 202 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithBucket ( const Aws::String value)
inline

Name of the bucket to which the multipart upload was initiated.

Definition at line 66 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithBucket ( Aws::String &&  value)
inline

Name of the bucket to which the multipart upload was initiated.

Definition at line 71 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithBucket ( const char *  value)
inline

Name of the bucket to which the multipart upload was initiated.

Definition at line 76 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithContentLength ( long long  value)
inline

Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.

Definition at line 94 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithContentMD5 ( const Aws::String value)
inline

The base64-encoded 128-bit MD5 digest of the part data.

Definition at line 119 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithContentMD5 ( Aws::String &&  value)
inline

The base64-encoded 128-bit MD5 digest of the part data.

Definition at line 124 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithContentMD5 ( const char *  value)
inline

The base64-encoded 128-bit MD5 digest of the part data.

Definition at line 129 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithKey ( const Aws::String value)
inline

Object key for which the multipart upload was initiated.

Definition at line 154 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithKey ( Aws::String &&  value)
inline

Object key for which the multipart upload was initiated.

Definition at line 159 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithKey ( const char *  value)
inline

Object key for which the multipart upload was initiated.

Definition at line 164 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithPartNumber ( long  value)
inline

Part number of part being uploaded. This is a positive integer between 1 and 10,000.

Definition at line 182 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithRequestPayer ( const RequestPayer value)
inline

Definition at line 383 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithRequestPayer ( RequestPayer &&  value)
inline

Definition at line 386 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerAlgorithm ( const Aws::String value)
inline

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Definition at line 242 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerAlgorithm ( Aws::String &&  value)
inline

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Definition at line 247 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerAlgorithm ( const char *  value)
inline

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Definition at line 252 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerKey ( const Aws::String value)
inline

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

Definition at line 302 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerKey ( Aws::String &&  value)
inline

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

Definition at line 312 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerKey ( const char *  value)
inline

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

Definition at line 322 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerKeyMD5 ( const Aws::String value)
inline

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

Definition at line 357 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerKeyMD5 ( Aws::String &&  value)
inline

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

Definition at line 364 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithSSECustomerKeyMD5 ( const char *  value)
inline

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.

Definition at line 371 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithUploadId ( const Aws::String value)
inline

Upload ID identifying the multipart upload whose part is being uploaded.

Definition at line 207 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithUploadId ( Aws::String &&  value)
inline

Upload ID identifying the multipart upload whose part is being uploaded.

Definition at line 212 of file UploadPartRequest.h.

UploadPartRequest& Aws::S3::Model::UploadPartRequest::WithUploadId ( const char *  value)
inline

Upload ID identifying the multipart upload whose part is being uploaded.

Definition at line 217 of file UploadPartRequest.h.


The documentation for this class was generated from the following file: