AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UploadPartCopyRequest.h
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/s3/model/RequestPayer.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <utility>
14
15namespace Aws
16{
17namespace Http
18{
19 class URI;
20} //namespace Http
21namespace S3
22{
23namespace Model
24{
25
29 {
30 public:
32
33 // Service request name is the Operation name which will send this request out,
34 // each operation should has unique request name, so that we can get operation's name from this request.
35 // Note: this is not true for response, multiple operations may have the same response name,
36 // so we can not get operation's name from response.
37 inline virtual const char* GetServiceRequestName() const override { return "UploadPartCopy"; }
38
39 AWS_S3_API Aws::String SerializePayload() const override;
40
41 AWS_S3_API void AddQueryStringParameters(Aws::Http::URI& uri) const override;
42
44
45 AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override;
49 AWS_S3_API EndpointParameters GetEndpointContextParams() const override;
50
52
85 inline const Aws::String& GetBucket() const{ return m_bucket; }
86 inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
87 inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
88 inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
89 inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
90 inline UploadPartCopyRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
91 inline UploadPartCopyRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
92 inline UploadPartCopyRequest& WithBucket(const char* value) { SetBucket(value); return *this;}
94
96
141 inline const Aws::String& GetCopySource() const{ return m_copySource; }
142 inline bool CopySourceHasBeenSet() const { return m_copySourceHasBeenSet; }
143 inline void SetCopySource(const Aws::String& value) { m_copySourceHasBeenSet = true; m_copySource = value; }
144 inline void SetCopySource(Aws::String&& value) { m_copySourceHasBeenSet = true; m_copySource = std::move(value); }
145 inline void SetCopySource(const char* value) { m_copySourceHasBeenSet = true; m_copySource.assign(value); }
146 inline UploadPartCopyRequest& WithCopySource(const Aws::String& value) { SetCopySource(value); return *this;}
147 inline UploadPartCopyRequest& WithCopySource(Aws::String&& value) { SetCopySource(std::move(value)); return *this;}
148 inline UploadPartCopyRequest& WithCopySource(const char* value) { SetCopySource(value); return *this;}
150
152
162 inline const Aws::String& GetCopySourceIfMatch() const{ return m_copySourceIfMatch; }
163 inline bool CopySourceIfMatchHasBeenSet() const { return m_copySourceIfMatchHasBeenSet; }
164 inline void SetCopySourceIfMatch(const Aws::String& value) { m_copySourceIfMatchHasBeenSet = true; m_copySourceIfMatch = value; }
165 inline void SetCopySourceIfMatch(Aws::String&& value) { m_copySourceIfMatchHasBeenSet = true; m_copySourceIfMatch = std::move(value); }
166 inline void SetCopySourceIfMatch(const char* value) { m_copySourceIfMatchHasBeenSet = true; m_copySourceIfMatch.assign(value); }
168 inline UploadPartCopyRequest& WithCopySourceIfMatch(Aws::String&& value) { SetCopySourceIfMatch(std::move(value)); return *this;}
169 inline UploadPartCopyRequest& WithCopySourceIfMatch(const char* value) { SetCopySourceIfMatch(value); return *this;}
171
173
183 inline const Aws::Utils::DateTime& GetCopySourceIfModifiedSince() const{ return m_copySourceIfModifiedSince; }
184 inline bool CopySourceIfModifiedSinceHasBeenSet() const { return m_copySourceIfModifiedSinceHasBeenSet; }
185 inline void SetCopySourceIfModifiedSince(const Aws::Utils::DateTime& value) { m_copySourceIfModifiedSinceHasBeenSet = true; m_copySourceIfModifiedSince = value; }
186 inline void SetCopySourceIfModifiedSince(Aws::Utils::DateTime&& value) { m_copySourceIfModifiedSinceHasBeenSet = true; m_copySourceIfModifiedSince = std::move(value); }
190
192
202 inline const Aws::String& GetCopySourceIfNoneMatch() const{ return m_copySourceIfNoneMatch; }
203 inline bool CopySourceIfNoneMatchHasBeenSet() const { return m_copySourceIfNoneMatchHasBeenSet; }
204 inline void SetCopySourceIfNoneMatch(const Aws::String& value) { m_copySourceIfNoneMatchHasBeenSet = true; m_copySourceIfNoneMatch = value; }
205 inline void SetCopySourceIfNoneMatch(Aws::String&& value) { m_copySourceIfNoneMatchHasBeenSet = true; m_copySourceIfNoneMatch = std::move(value); }
206 inline void SetCopySourceIfNoneMatch(const char* value) { m_copySourceIfNoneMatchHasBeenSet = true; m_copySourceIfNoneMatch.assign(value); }
208 inline UploadPartCopyRequest& WithCopySourceIfNoneMatch(Aws::String&& value) { SetCopySourceIfNoneMatch(std::move(value)); return *this;}
209 inline UploadPartCopyRequest& WithCopySourceIfNoneMatch(const char* value) { SetCopySourceIfNoneMatch(value); return *this;}
211
213
223 inline const Aws::Utils::DateTime& GetCopySourceIfUnmodifiedSince() const{ return m_copySourceIfUnmodifiedSince; }
224 inline bool CopySourceIfUnmodifiedSinceHasBeenSet() const { return m_copySourceIfUnmodifiedSinceHasBeenSet; }
225 inline void SetCopySourceIfUnmodifiedSince(const Aws::Utils::DateTime& value) { m_copySourceIfUnmodifiedSinceHasBeenSet = true; m_copySourceIfUnmodifiedSince = value; }
226 inline void SetCopySourceIfUnmodifiedSince(Aws::Utils::DateTime&& value) { m_copySourceIfUnmodifiedSinceHasBeenSet = true; m_copySourceIfUnmodifiedSince = std::move(value); }
230
232
239 inline const Aws::String& GetCopySourceRange() const{ return m_copySourceRange; }
240 inline bool CopySourceRangeHasBeenSet() const { return m_copySourceRangeHasBeenSet; }
241 inline void SetCopySourceRange(const Aws::String& value) { m_copySourceRangeHasBeenSet = true; m_copySourceRange = value; }
242 inline void SetCopySourceRange(Aws::String&& value) { m_copySourceRangeHasBeenSet = true; m_copySourceRange = std::move(value); }
243 inline void SetCopySourceRange(const char* value) { m_copySourceRangeHasBeenSet = true; m_copySourceRange.assign(value); }
244 inline UploadPartCopyRequest& WithCopySourceRange(const Aws::String& value) { SetCopySourceRange(value); return *this;}
245 inline UploadPartCopyRequest& WithCopySourceRange(Aws::String&& value) { SetCopySourceRange(std::move(value)); return *this;}
246 inline UploadPartCopyRequest& WithCopySourceRange(const char* value) { SetCopySourceRange(value); return *this;}
248
250
253 inline const Aws::String& GetKey() const{ return m_key; }
254 inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; }
255 inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; }
256 inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); }
257 inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); }
258 inline UploadPartCopyRequest& WithKey(const Aws::String& value) { SetKey(value); return *this;}
259 inline UploadPartCopyRequest& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;}
260 inline UploadPartCopyRequest& WithKey(const char* value) { SetKey(value); return *this;}
262
264
268 inline int GetPartNumber() const{ return m_partNumber; }
269 inline bool PartNumberHasBeenSet() const { return m_partNumberHasBeenSet; }
270 inline void SetPartNumber(int value) { m_partNumberHasBeenSet = true; m_partNumber = value; }
271 inline UploadPartCopyRequest& WithPartNumber(int value) { SetPartNumber(value); return *this;}
273
275
278 inline const Aws::String& GetUploadId() const{ return m_uploadId; }
279 inline bool UploadIdHasBeenSet() const { return m_uploadIdHasBeenSet; }
280 inline void SetUploadId(const Aws::String& value) { m_uploadIdHasBeenSet = true; m_uploadId = value; }
281 inline void SetUploadId(Aws::String&& value) { m_uploadIdHasBeenSet = true; m_uploadId = std::move(value); }
282 inline void SetUploadId(const char* value) { m_uploadIdHasBeenSet = true; m_uploadId.assign(value); }
283 inline UploadPartCopyRequest& WithUploadId(const Aws::String& value) { SetUploadId(value); return *this;}
284 inline UploadPartCopyRequest& WithUploadId(Aws::String&& value) { SetUploadId(std::move(value)); return *this;}
285 inline UploadPartCopyRequest& WithUploadId(const char* value) { SetUploadId(value); return *this;}
287
289
294 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; }
295 inline bool SSECustomerAlgorithmHasBeenSet() const { return m_sSECustomerAlgorithmHasBeenSet; }
296 inline void SetSSECustomerAlgorithm(const Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; }
297 inline void SetSSECustomerAlgorithm(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::move(value); }
298 inline void SetSSECustomerAlgorithm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(value); }
300 inline UploadPartCopyRequest& WithSSECustomerAlgorithm(Aws::String&& value) { SetSSECustomerAlgorithm(std::move(value)); return *this;}
301 inline UploadPartCopyRequest& WithSSECustomerAlgorithm(const char* value) { SetSSECustomerAlgorithm(value); return *this;}
303
305
315 inline const Aws::String& GetSSECustomerKey() const{ return m_sSECustomerKey; }
316 inline bool SSECustomerKeyHasBeenSet() const { return m_sSECustomerKeyHasBeenSet; }
317 inline void SetSSECustomerKey(const Aws::String& value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey = value; }
318 inline void SetSSECustomerKey(Aws::String&& value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey = std::move(value); }
319 inline void SetSSECustomerKey(const char* value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey.assign(value); }
320 inline UploadPartCopyRequest& WithSSECustomerKey(const Aws::String& value) { SetSSECustomerKey(value); return *this;}
321 inline UploadPartCopyRequest& WithSSECustomerKey(Aws::String&& value) { SetSSECustomerKey(std::move(value)); return *this;}
322 inline UploadPartCopyRequest& WithSSECustomerKey(const char* value) { SetSSECustomerKey(value); return *this;}
324
326
332 inline const Aws::String& GetSSECustomerKeyMD5() const{ return m_sSECustomerKeyMD5; }
333 inline bool SSECustomerKeyMD5HasBeenSet() const { return m_sSECustomerKeyMD5HasBeenSet; }
334 inline void SetSSECustomerKeyMD5(const Aws::String& value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5 = value; }
335 inline void SetSSECustomerKeyMD5(Aws::String&& value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5 = std::move(value); }
336 inline void SetSSECustomerKeyMD5(const char* value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5.assign(value); }
338 inline UploadPartCopyRequest& WithSSECustomerKeyMD5(Aws::String&& value) { SetSSECustomerKeyMD5(std::move(value)); return *this;}
339 inline UploadPartCopyRequest& WithSSECustomerKeyMD5(const char* value) { SetSSECustomerKeyMD5(value); return *this;}
341
343
348 inline const Aws::String& GetCopySourceSSECustomerAlgorithm() const{ return m_copySourceSSECustomerAlgorithm; }
349 inline bool CopySourceSSECustomerAlgorithmHasBeenSet() const { return m_copySourceSSECustomerAlgorithmHasBeenSet; }
350 inline void SetCopySourceSSECustomerAlgorithm(const Aws::String& value) { m_copySourceSSECustomerAlgorithmHasBeenSet = true; m_copySourceSSECustomerAlgorithm = value; }
351 inline void SetCopySourceSSECustomerAlgorithm(Aws::String&& value) { m_copySourceSSECustomerAlgorithmHasBeenSet = true; m_copySourceSSECustomerAlgorithm = std::move(value); }
352 inline void SetCopySourceSSECustomerAlgorithm(const char* value) { m_copySourceSSECustomerAlgorithmHasBeenSet = true; m_copySourceSSECustomerAlgorithm.assign(value); }
357
359
366 inline const Aws::String& GetCopySourceSSECustomerKey() const{ return m_copySourceSSECustomerKey; }
367 inline bool CopySourceSSECustomerKeyHasBeenSet() const { return m_copySourceSSECustomerKeyHasBeenSet; }
368 inline void SetCopySourceSSECustomerKey(const Aws::String& value) { m_copySourceSSECustomerKeyHasBeenSet = true; m_copySourceSSECustomerKey = value; }
369 inline void SetCopySourceSSECustomerKey(Aws::String&& value) { m_copySourceSSECustomerKeyHasBeenSet = true; m_copySourceSSECustomerKey = std::move(value); }
370 inline void SetCopySourceSSECustomerKey(const char* value) { m_copySourceSSECustomerKeyHasBeenSet = true; m_copySourceSSECustomerKey.assign(value); }
373 inline UploadPartCopyRequest& WithCopySourceSSECustomerKey(const char* value) { SetCopySourceSSECustomerKey(value); return *this;}
375
377
383 inline const Aws::String& GetCopySourceSSECustomerKeyMD5() const{ return m_copySourceSSECustomerKeyMD5; }
384 inline bool CopySourceSSECustomerKeyMD5HasBeenSet() const { return m_copySourceSSECustomerKeyMD5HasBeenSet; }
385 inline void SetCopySourceSSECustomerKeyMD5(const Aws::String& value) { m_copySourceSSECustomerKeyMD5HasBeenSet = true; m_copySourceSSECustomerKeyMD5 = value; }
386 inline void SetCopySourceSSECustomerKeyMD5(Aws::String&& value) { m_copySourceSSECustomerKeyMD5HasBeenSet = true; m_copySourceSSECustomerKeyMD5 = std::move(value); }
387 inline void SetCopySourceSSECustomerKeyMD5(const char* value) { m_copySourceSSECustomerKeyMD5HasBeenSet = true; m_copySourceSSECustomerKeyMD5.assign(value); }
392
394
395 inline const RequestPayer& GetRequestPayer() const{ return m_requestPayer; }
396 inline bool RequestPayerHasBeenSet() const { return m_requestPayerHasBeenSet; }
397 inline void SetRequestPayer(const RequestPayer& value) { m_requestPayerHasBeenSet = true; m_requestPayer = value; }
398 inline void SetRequestPayer(RequestPayer&& value) { m_requestPayerHasBeenSet = true; m_requestPayer = std::move(value); }
399 inline UploadPartCopyRequest& WithRequestPayer(const RequestPayer& value) { SetRequestPayer(value); return *this;}
400 inline UploadPartCopyRequest& WithRequestPayer(RequestPayer&& value) { SetRequestPayer(std::move(value)); return *this;}
402
404
410 inline const Aws::String& GetExpectedBucketOwner() const{ return m_expectedBucketOwner; }
411 inline bool ExpectedBucketOwnerHasBeenSet() const { return m_expectedBucketOwnerHasBeenSet; }
412 inline void SetExpectedBucketOwner(const Aws::String& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = value; }
413 inline void SetExpectedBucketOwner(Aws::String&& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = std::move(value); }
414 inline void SetExpectedBucketOwner(const char* value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner.assign(value); }
416 inline UploadPartCopyRequest& WithExpectedBucketOwner(Aws::String&& value) { SetExpectedBucketOwner(std::move(value)); return *this;}
417 inline UploadPartCopyRequest& WithExpectedBucketOwner(const char* value) { SetExpectedBucketOwner(value); return *this;}
419
421
426 inline const Aws::String& GetExpectedSourceBucketOwner() const{ return m_expectedSourceBucketOwner; }
427 inline bool ExpectedSourceBucketOwnerHasBeenSet() const { return m_expectedSourceBucketOwnerHasBeenSet; }
428 inline void SetExpectedSourceBucketOwner(const Aws::String& value) { m_expectedSourceBucketOwnerHasBeenSet = true; m_expectedSourceBucketOwner = value; }
429 inline void SetExpectedSourceBucketOwner(Aws::String&& value) { m_expectedSourceBucketOwnerHasBeenSet = true; m_expectedSourceBucketOwner = std::move(value); }
430 inline void SetExpectedSourceBucketOwner(const char* value) { m_expectedSourceBucketOwnerHasBeenSet = true; m_expectedSourceBucketOwner.assign(value); }
433 inline UploadPartCopyRequest& WithExpectedSourceBucketOwner(const char* value) { SetExpectedSourceBucketOwner(value); return *this;}
435
437
438 inline const Aws::Map<Aws::String, Aws::String>& GetCustomizedAccessLogTag() const{ return m_customizedAccessLogTag; }
439 inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; }
440 inline void SetCustomizedAccessLogTag(const Aws::Map<Aws::String, Aws::String>& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = value; }
441 inline void SetCustomizedAccessLogTag(Aws::Map<Aws::String, Aws::String>&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = std::move(value); }
444 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const Aws::String& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
445 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(Aws::String&& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
446 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const Aws::String& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
447 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(Aws::String&& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), std::move(value)); return *this; }
448 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const char* key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
449 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(Aws::String&& key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
450 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const char* key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
452 private:
453
454 Aws::String m_bucket;
455 bool m_bucketHasBeenSet = false;
456
457 Aws::String m_copySource;
458 bool m_copySourceHasBeenSet = false;
459
460 Aws::String m_copySourceIfMatch;
461 bool m_copySourceIfMatchHasBeenSet = false;
462
463 Aws::Utils::DateTime m_copySourceIfModifiedSince;
464 bool m_copySourceIfModifiedSinceHasBeenSet = false;
465
466 Aws::String m_copySourceIfNoneMatch;
467 bool m_copySourceIfNoneMatchHasBeenSet = false;
468
469 Aws::Utils::DateTime m_copySourceIfUnmodifiedSince;
470 bool m_copySourceIfUnmodifiedSinceHasBeenSet = false;
471
472 Aws::String m_copySourceRange;
473 bool m_copySourceRangeHasBeenSet = false;
474
475 Aws::String m_key;
476 bool m_keyHasBeenSet = false;
477
478 int m_partNumber;
479 bool m_partNumberHasBeenSet = false;
480
481 Aws::String m_uploadId;
482 bool m_uploadIdHasBeenSet = false;
483
484 Aws::String m_sSECustomerAlgorithm;
485 bool m_sSECustomerAlgorithmHasBeenSet = false;
486
487 Aws::String m_sSECustomerKey;
488 bool m_sSECustomerKeyHasBeenSet = false;
489
490 Aws::String m_sSECustomerKeyMD5;
491 bool m_sSECustomerKeyMD5HasBeenSet = false;
492
493 Aws::String m_copySourceSSECustomerAlgorithm;
494 bool m_copySourceSSECustomerAlgorithmHasBeenSet = false;
495
496 Aws::String m_copySourceSSECustomerKey;
497 bool m_copySourceSSECustomerKeyHasBeenSet = false;
498
499 Aws::String m_copySourceSSECustomerKeyMD5;
500 bool m_copySourceSSECustomerKeyMD5HasBeenSet = false;
501
502 RequestPayer m_requestPayer;
503 bool m_requestPayerHasBeenSet = false;
504
505 Aws::String m_expectedBucketOwner;
506 bool m_expectedBucketOwnerHasBeenSet = false;
507
508 Aws::String m_expectedSourceBucketOwner;
509 bool m_expectedSourceBucketOwnerHasBeenSet = false;
510
511 Aws::Map<Aws::String, Aws::String> m_customizedAccessLogTag;
512 bool m_customizedAccessLogTagHasBeenSet = false;
513 };
514
515} // namespace Model
516} // namespace S3
517} // namespace Aws
const RequestPayer & GetRequestPayer() const
void SetCopySourceSSECustomerAlgorithm(const char *value)
void SetCopySourceIfNoneMatch(Aws::String &&value)
UploadPartCopyRequest & WithCopySource(Aws::String &&value)
UploadPartCopyRequest & WithCopySourceIfNoneMatch(const char *value)
const Aws::Utils::DateTime & GetCopySourceIfUnmodifiedSince() const
UploadPartCopyRequest & WithExpectedBucketOwner(const Aws::String &value)
UploadPartCopyRequest & AddCustomizedAccessLogTag(const char *key, Aws::String &&value)
UploadPartCopyRequest & WithCopySourceSSECustomerAlgorithm(const char *value)
UploadPartCopyRequest & WithSSECustomerKeyMD5(const Aws::String &value)
void SetCopySourceSSECustomerKey(const Aws::String &value)
UploadPartCopyRequest & AddCustomizedAccessLogTag(const char *key, const char *value)
UploadPartCopyRequest & WithCopySourceRange(Aws::String &&value)
void SetUploadId(const Aws::String &value)
const Aws::Utils::DateTime & GetCopySourceIfModifiedSince() const
void SetSSECustomerKeyMD5(const Aws::String &value)
UploadPartCopyRequest & WithBucket(const char *value)
const Aws::String & GetCopySourceIfNoneMatch() const
UploadPartCopyRequest & WithCopySourceIfMatch(const char *value)
UploadPartCopyRequest & WithCopySourceSSECustomerKey(const Aws::String &value)
UploadPartCopyRequest & AddCustomizedAccessLogTag(Aws::String &&key, const Aws::String &value)
UploadPartCopyRequest & WithCopySourceIfUnmodifiedSince(Aws::Utils::DateTime &&value)
void SetCopySourceSSECustomerKeyMD5(const Aws::String &value)
UploadPartCopyRequest & WithCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
void SetCopySourceIfMatch(const Aws::String &value)
void SetCopySourceSSECustomerKeyMD5(const char *value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UploadPartCopyRequest & WithExpectedSourceBucketOwner(const char *value)
void SetCopySourceSSECustomerAlgorithm(Aws::String &&value)
void SetCopySourceIfUnmodifiedSince(const Aws::Utils::DateTime &value)
void SetBucket(const Aws::String &value)
void SetCopySourceIfUnmodifiedSince(Aws::Utils::DateTime &&value)
void SetCopySource(const Aws::String &value)
const Aws::String & GetCopySourceSSECustomerKeyMD5() const
void SetCopySourceSSECustomerKey(const char *value)
void SetSSECustomerKey(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
UploadPartCopyRequest & WithCopySourceIfNoneMatch(Aws::String &&value)
UploadPartCopyRequest & WithSSECustomerAlgorithm(const Aws::String &value)
UploadPartCopyRequest & WithCopySourceIfNoneMatch(const Aws::String &value)
AWS_S3_API Aws::String SerializePayload() const override
UploadPartCopyRequest & WithCopySourceIfUnmodifiedSince(const Aws::Utils::DateTime &value)
const Aws::String & GetSSECustomerKey() const
UploadPartCopyRequest & WithCopySourceSSECustomerKeyMD5(const char *value)
UploadPartCopyRequest & WithSSECustomerKey(const char *value)
const Aws::String & GetCopySourceIfMatch() const
UploadPartCopyRequest & AddCustomizedAccessLogTag(Aws::String &&key, Aws::String &&value)
UploadPartCopyRequest & WithExpectedSourceBucketOwner(Aws::String &&value)
void SetExpectedBucketOwner(Aws::String &&value)
void SetExpectedBucketOwner(const Aws::String &value)
void SetExpectedSourceBucketOwner(const Aws::String &value)
const Aws::String & GetSSECustomerKeyMD5() const
UploadPartCopyRequest & WithKey(const char *value)
UploadPartCopyRequest & WithRequestPayer(RequestPayer &&value)
void SetExpectedSourceBucketOwner(const char *value)
const Aws::String & GetExpectedSourceBucketOwner() const
UploadPartCopyRequest & WithBucket(Aws::String &&value)
UploadPartCopyRequest & WithCopySourceIfMatch(const Aws::String &value)
void SetCopySourceIfModifiedSince(const Aws::Utils::DateTime &value)
UploadPartCopyRequest & WithCopySourceSSECustomerKey(const char *value)
UploadPartCopyRequest & AddCustomizedAccessLogTag(Aws::String &&key, const char *value)
void SetCopySourceSSECustomerKey(Aws::String &&value)
UploadPartCopyRequest & WithBucket(const Aws::String &value)
UploadPartCopyRequest & WithExpectedSourceBucketOwner(const Aws::String &value)
void SetExpectedSourceBucketOwner(Aws::String &&value)
void SetCopySourceIfModifiedSince(Aws::Utils::DateTime &&value)
UploadPartCopyRequest & WithCopySourceSSECustomerAlgorithm(const Aws::String &value)
UploadPartCopyRequest & WithCopySource(const Aws::String &value)
UploadPartCopyRequest & WithSSECustomerKeyMD5(Aws::String &&value)
UploadPartCopyRequest & WithCopySourceIfModifiedSince(Aws::Utils::DateTime &&value)
UploadPartCopyRequest & AddCustomizedAccessLogTag(const Aws::String &key, const Aws::String &value)
void SetKey(const Aws::String &value)
UploadPartCopyRequest & WithCopySourceIfModifiedSince(const Aws::Utils::DateTime &value)
virtual const char * GetServiceRequestName() const override
void SetSSECustomerAlgorithm(const Aws::String &value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
void SetRequestPayer(const RequestPayer &value)
const Aws::String & GetExpectedBucketOwner() const
UploadPartCopyRequest & WithSSECustomerKeyMD5(const char *value)
UploadPartCopyRequest & WithKey(const Aws::String &value)
void SetCopySourceSSECustomerAlgorithm(const Aws::String &value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetCopySourceRange(const Aws::String &value)
UploadPartCopyRequest & WithUploadId(Aws::String &&value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
UploadPartCopyRequest & WithCopySourceSSECustomerKey(Aws::String &&value)
UploadPartCopyRequest & WithPartNumber(int value)
UploadPartCopyRequest & WithSSECustomerKey(Aws::String &&value)
UploadPartCopyRequest & WithUploadId(const char *value)
UploadPartCopyRequest & WithRequestPayer(const RequestPayer &value)
const Aws::String & GetCopySourceSSECustomerKey() const
void SetCopySourceSSECustomerKeyMD5(Aws::String &&value)
const Aws::String & GetSSECustomerAlgorithm() const
void SetCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
UploadPartCopyRequest & WithCopySourceSSECustomerKeyMD5(const Aws::String &value)
UploadPartCopyRequest & WithCopySourceIfMatch(Aws::String &&value)
void SetSSECustomerAlgorithm(Aws::String &&value)
UploadPartCopyRequest & WithKey(Aws::String &&value)
const Aws::String & GetCopySourceRange() const
UploadPartCopyRequest & WithSSECustomerAlgorithm(const char *value)
UploadPartCopyRequest & WithCopySource(const char *value)
UploadPartCopyRequest & WithCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetCopySourceSSECustomerAlgorithm() const
UploadPartCopyRequest & WithSSECustomerKey(const Aws::String &value)
void SetCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
UploadPartCopyRequest & WithSSECustomerAlgorithm(Aws::String &&value)
UploadPartCopyRequest & WithExpectedBucketOwner(Aws::String &&value)
UploadPartCopyRequest & WithCopySourceRange(const char *value)
UploadPartCopyRequest & WithCopySourceRange(const Aws::String &value)
void SetCopySourceIfNoneMatch(const Aws::String &value)
UploadPartCopyRequest & AddCustomizedAccessLogTag(const Aws::String &key, Aws::String &&value)
UploadPartCopyRequest & WithExpectedBucketOwner(const char *value)
UploadPartCopyRequest & WithCopySourceSSECustomerKeyMD5(Aws::String &&value)
UploadPartCopyRequest & WithUploadId(const Aws::String &value)
UploadPartCopyRequest & WithCopySourceSSECustomerAlgorithm(Aws::String &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
Definition S3Request.h:22
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String