AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
UploadPartCopyRequest.h
Go to the documentation of this file.
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.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
40
42
44
45 AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override;
50
70 inline const Aws::String& GetBucket() const{ return m_bucket; }
71
91 inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
92
112 inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
113
133 inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
134
154 inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
155
175 inline UploadPartCopyRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
176
196 inline UploadPartCopyRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
197
217 inline UploadPartCopyRequest& WithBucket(const char* value) { SetBucket(value); return *this;}
218
219
255 inline const Aws::String& GetCopySource() const{ return m_copySource; }
256
292 inline bool CopySourceHasBeenSet() const { return m_copySourceHasBeenSet; }
293
329 inline void SetCopySource(const Aws::String& value) { m_copySourceHasBeenSet = true; m_copySource = value; }
330
366 inline void SetCopySource(Aws::String&& value) { m_copySourceHasBeenSet = true; m_copySource = std::move(value); }
367
403 inline void SetCopySource(const char* value) { m_copySourceHasBeenSet = true; m_copySource.assign(value); }
404
440 inline UploadPartCopyRequest& WithCopySource(const Aws::String& value) { SetCopySource(value); return *this;}
441
477 inline UploadPartCopyRequest& WithCopySource(Aws::String&& value) { SetCopySource(std::move(value)); return *this;}
478
514 inline UploadPartCopyRequest& WithCopySource(const char* value) { SetCopySource(value); return *this;}
515
516
520 inline const Aws::String& GetCopySourceIfMatch() const{ return m_copySourceIfMatch; }
521
525 inline bool CopySourceIfMatchHasBeenSet() const { return m_copySourceIfMatchHasBeenSet; }
526
530 inline void SetCopySourceIfMatch(const Aws::String& value) { m_copySourceIfMatchHasBeenSet = true; m_copySourceIfMatch = value; }
531
535 inline void SetCopySourceIfMatch(Aws::String&& value) { m_copySourceIfMatchHasBeenSet = true; m_copySourceIfMatch = std::move(value); }
536
540 inline void SetCopySourceIfMatch(const char* value) { m_copySourceIfMatchHasBeenSet = true; m_copySourceIfMatch.assign(value); }
541
546
550 inline UploadPartCopyRequest& WithCopySourceIfMatch(Aws::String&& value) { SetCopySourceIfMatch(std::move(value)); return *this;}
551
555 inline UploadPartCopyRequest& WithCopySourceIfMatch(const char* value) { SetCopySourceIfMatch(value); return *this;}
556
557
561 inline const Aws::Utils::DateTime& GetCopySourceIfModifiedSince() const{ return m_copySourceIfModifiedSince; }
562
566 inline bool CopySourceIfModifiedSinceHasBeenSet() const { return m_copySourceIfModifiedSinceHasBeenSet; }
567
571 inline void SetCopySourceIfModifiedSince(const Aws::Utils::DateTime& value) { m_copySourceIfModifiedSinceHasBeenSet = true; m_copySourceIfModifiedSince = value; }
572
576 inline void SetCopySourceIfModifiedSince(Aws::Utils::DateTime&& value) { m_copySourceIfModifiedSinceHasBeenSet = true; m_copySourceIfModifiedSince = std::move(value); }
577
582
587
588
593 inline const Aws::String& GetCopySourceIfNoneMatch() const{ return m_copySourceIfNoneMatch; }
594
599 inline bool CopySourceIfNoneMatchHasBeenSet() const { return m_copySourceIfNoneMatchHasBeenSet; }
600
605 inline void SetCopySourceIfNoneMatch(const Aws::String& value) { m_copySourceIfNoneMatchHasBeenSet = true; m_copySourceIfNoneMatch = value; }
606
611 inline void SetCopySourceIfNoneMatch(Aws::String&& value) { m_copySourceIfNoneMatchHasBeenSet = true; m_copySourceIfNoneMatch = std::move(value); }
612
617 inline void SetCopySourceIfNoneMatch(const char* value) { m_copySourceIfNoneMatchHasBeenSet = true; m_copySourceIfNoneMatch.assign(value); }
618
624
629 inline UploadPartCopyRequest& WithCopySourceIfNoneMatch(Aws::String&& value) { SetCopySourceIfNoneMatch(std::move(value)); return *this;}
630
635 inline UploadPartCopyRequest& WithCopySourceIfNoneMatch(const char* value) { SetCopySourceIfNoneMatch(value); return *this;}
636
637
641 inline const Aws::Utils::DateTime& GetCopySourceIfUnmodifiedSince() const{ return m_copySourceIfUnmodifiedSince; }
642
646 inline bool CopySourceIfUnmodifiedSinceHasBeenSet() const { return m_copySourceIfUnmodifiedSinceHasBeenSet; }
647
651 inline void SetCopySourceIfUnmodifiedSince(const Aws::Utils::DateTime& value) { m_copySourceIfUnmodifiedSinceHasBeenSet = true; m_copySourceIfUnmodifiedSince = value; }
652
656 inline void SetCopySourceIfUnmodifiedSince(Aws::Utils::DateTime&& value) { m_copySourceIfUnmodifiedSinceHasBeenSet = true; m_copySourceIfUnmodifiedSince = std::move(value); }
657
662
667
668
676 inline const Aws::String& GetCopySourceRange() const{ return m_copySourceRange; }
677
685 inline bool CopySourceRangeHasBeenSet() const { return m_copySourceRangeHasBeenSet; }
686
694 inline void SetCopySourceRange(const Aws::String& value) { m_copySourceRangeHasBeenSet = true; m_copySourceRange = value; }
695
703 inline void SetCopySourceRange(Aws::String&& value) { m_copySourceRangeHasBeenSet = true; m_copySourceRange = std::move(value); }
704
712 inline void SetCopySourceRange(const char* value) { m_copySourceRangeHasBeenSet = true; m_copySourceRange.assign(value); }
713
721 inline UploadPartCopyRequest& WithCopySourceRange(const Aws::String& value) { SetCopySourceRange(value); return *this;}
722
730 inline UploadPartCopyRequest& WithCopySourceRange(Aws::String&& value) { SetCopySourceRange(std::move(value)); return *this;}
731
739 inline UploadPartCopyRequest& WithCopySourceRange(const char* value) { SetCopySourceRange(value); return *this;}
740
741
745 inline const Aws::String& GetKey() const{ return m_key; }
746
750 inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; }
751
755 inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; }
756
760 inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); }
761
765 inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); }
766
770 inline UploadPartCopyRequest& WithKey(const Aws::String& value) { SetKey(value); return *this;}
771
775 inline UploadPartCopyRequest& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;}
776
780 inline UploadPartCopyRequest& WithKey(const char* value) { SetKey(value); return *this;}
781
782
787 inline int GetPartNumber() const{ return m_partNumber; }
788
793 inline bool PartNumberHasBeenSet() const { return m_partNumberHasBeenSet; }
794
799 inline void SetPartNumber(int value) { m_partNumberHasBeenSet = true; m_partNumber = value; }
800
805 inline UploadPartCopyRequest& WithPartNumber(int value) { SetPartNumber(value); return *this;}
806
807
811 inline const Aws::String& GetUploadId() const{ return m_uploadId; }
812
816 inline bool UploadIdHasBeenSet() const { return m_uploadIdHasBeenSet; }
817
821 inline void SetUploadId(const Aws::String& value) { m_uploadIdHasBeenSet = true; m_uploadId = value; }
822
826 inline void SetUploadId(Aws::String&& value) { m_uploadIdHasBeenSet = true; m_uploadId = std::move(value); }
827
831 inline void SetUploadId(const char* value) { m_uploadIdHasBeenSet = true; m_uploadId.assign(value); }
832
836 inline UploadPartCopyRequest& WithUploadId(const Aws::String& value) { SetUploadId(value); return *this;}
837
841 inline UploadPartCopyRequest& WithUploadId(Aws::String&& value) { SetUploadId(std::move(value)); return *this;}
842
846 inline UploadPartCopyRequest& WithUploadId(const char* value) { SetUploadId(value); return *this;}
847
848
853 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; }
854
859 inline bool SSECustomerAlgorithmHasBeenSet() const { return m_sSECustomerAlgorithmHasBeenSet; }
860
865 inline void SetSSECustomerAlgorithm(const Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; }
866
871 inline void SetSSECustomerAlgorithm(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::move(value); }
872
877 inline void SetSSECustomerAlgorithm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(value); }
878
884
889 inline UploadPartCopyRequest& WithSSECustomerAlgorithm(Aws::String&& value) { SetSSECustomerAlgorithm(std::move(value)); return *this;}
890
895 inline UploadPartCopyRequest& WithSSECustomerAlgorithm(const char* value) { SetSSECustomerAlgorithm(value); return *this;}
896
897
907 inline const Aws::String& GetSSECustomerKey() const{ return m_sSECustomerKey; }
908
918 inline bool SSECustomerKeyHasBeenSet() const { return m_sSECustomerKeyHasBeenSet; }
919
929 inline void SetSSECustomerKey(const Aws::String& value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey = value; }
930
940 inline void SetSSECustomerKey(Aws::String&& value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey = std::move(value); }
941
951 inline void SetSSECustomerKey(const char* value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey.assign(value); }
952
962 inline UploadPartCopyRequest& WithSSECustomerKey(const Aws::String& value) { SetSSECustomerKey(value); return *this;}
963
973 inline UploadPartCopyRequest& WithSSECustomerKey(Aws::String&& value) { SetSSECustomerKey(std::move(value)); return *this;}
974
984 inline UploadPartCopyRequest& WithSSECustomerKey(const char* value) { SetSSECustomerKey(value); return *this;}
985
986
992 inline const Aws::String& GetSSECustomerKeyMD5() const{ return m_sSECustomerKeyMD5; }
993
999 inline bool SSECustomerKeyMD5HasBeenSet() const { return m_sSECustomerKeyMD5HasBeenSet; }
1000
1006 inline void SetSSECustomerKeyMD5(const Aws::String& value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5 = value; }
1007
1013 inline void SetSSECustomerKeyMD5(Aws::String&& value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5 = std::move(value); }
1014
1020 inline void SetSSECustomerKeyMD5(const char* value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5.assign(value); }
1021
1028
1034 inline UploadPartCopyRequest& WithSSECustomerKeyMD5(Aws::String&& value) { SetSSECustomerKeyMD5(std::move(value)); return *this;}
1035
1041 inline UploadPartCopyRequest& WithSSECustomerKeyMD5(const char* value) { SetSSECustomerKeyMD5(value); return *this;}
1042
1043
1048 inline const Aws::String& GetCopySourceSSECustomerAlgorithm() const{ return m_copySourceSSECustomerAlgorithm; }
1049
1054 inline bool CopySourceSSECustomerAlgorithmHasBeenSet() const { return m_copySourceSSECustomerAlgorithmHasBeenSet; }
1055
1060 inline void SetCopySourceSSECustomerAlgorithm(const Aws::String& value) { m_copySourceSSECustomerAlgorithmHasBeenSet = true; m_copySourceSSECustomerAlgorithm = value; }
1061
1066 inline void SetCopySourceSSECustomerAlgorithm(Aws::String&& value) { m_copySourceSSECustomerAlgorithmHasBeenSet = true; m_copySourceSSECustomerAlgorithm = std::move(value); }
1067
1072 inline void SetCopySourceSSECustomerAlgorithm(const char* value) { m_copySourceSSECustomerAlgorithmHasBeenSet = true; m_copySourceSSECustomerAlgorithm.assign(value); }
1073
1079
1085
1091
1092
1098 inline const Aws::String& GetCopySourceSSECustomerKey() const{ return m_copySourceSSECustomerKey; }
1099
1105 inline bool CopySourceSSECustomerKeyHasBeenSet() const { return m_copySourceSSECustomerKeyHasBeenSet; }
1106
1112 inline void SetCopySourceSSECustomerKey(const Aws::String& value) { m_copySourceSSECustomerKeyHasBeenSet = true; m_copySourceSSECustomerKey = value; }
1113
1119 inline void SetCopySourceSSECustomerKey(Aws::String&& value) { m_copySourceSSECustomerKeyHasBeenSet = true; m_copySourceSSECustomerKey = std::move(value); }
1120
1126 inline void SetCopySourceSSECustomerKey(const char* value) { m_copySourceSSECustomerKeyHasBeenSet = true; m_copySourceSSECustomerKey.assign(value); }
1127
1134
1141
1147 inline UploadPartCopyRequest& WithCopySourceSSECustomerKey(const char* value) { SetCopySourceSSECustomerKey(value); return *this;}
1148
1149
1155 inline const Aws::String& GetCopySourceSSECustomerKeyMD5() const{ return m_copySourceSSECustomerKeyMD5; }
1156
1162 inline bool CopySourceSSECustomerKeyMD5HasBeenSet() const { return m_copySourceSSECustomerKeyMD5HasBeenSet; }
1163
1169 inline void SetCopySourceSSECustomerKeyMD5(const Aws::String& value) { m_copySourceSSECustomerKeyMD5HasBeenSet = true; m_copySourceSSECustomerKeyMD5 = value; }
1170
1176 inline void SetCopySourceSSECustomerKeyMD5(Aws::String&& value) { m_copySourceSSECustomerKeyMD5HasBeenSet = true; m_copySourceSSECustomerKeyMD5 = std::move(value); }
1177
1183 inline void SetCopySourceSSECustomerKeyMD5(const char* value) { m_copySourceSSECustomerKeyMD5HasBeenSet = true; m_copySourceSSECustomerKeyMD5.assign(value); }
1184
1191
1198
1205
1206
1207
1208 inline const RequestPayer& GetRequestPayer() const{ return m_requestPayer; }
1209
1210
1211 inline bool RequestPayerHasBeenSet() const { return m_requestPayerHasBeenSet; }
1212
1213
1214 inline void SetRequestPayer(const RequestPayer& value) { m_requestPayerHasBeenSet = true; m_requestPayer = value; }
1215
1216
1217 inline void SetRequestPayer(RequestPayer&& value) { m_requestPayerHasBeenSet = true; m_requestPayer = std::move(value); }
1218
1219
1220 inline UploadPartCopyRequest& WithRequestPayer(const RequestPayer& value) { SetRequestPayer(value); return *this;}
1221
1222
1223 inline UploadPartCopyRequest& WithRequestPayer(RequestPayer&& value) { SetRequestPayer(std::move(value)); return *this;}
1224
1225
1231 inline const Aws::String& GetExpectedBucketOwner() const{ return m_expectedBucketOwner; }
1232
1238 inline bool ExpectedBucketOwnerHasBeenSet() const { return m_expectedBucketOwnerHasBeenSet; }
1239
1245 inline void SetExpectedBucketOwner(const Aws::String& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = value; }
1246
1252 inline void SetExpectedBucketOwner(Aws::String&& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = std::move(value); }
1253
1259 inline void SetExpectedBucketOwner(const char* value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner.assign(value); }
1260
1267
1273 inline UploadPartCopyRequest& WithExpectedBucketOwner(Aws::String&& value) { SetExpectedBucketOwner(std::move(value)); return *this;}
1274
1280 inline UploadPartCopyRequest& WithExpectedBucketOwner(const char* value) { SetExpectedBucketOwner(value); return *this;}
1281
1282
1288 inline const Aws::String& GetExpectedSourceBucketOwner() const{ return m_expectedSourceBucketOwner; }
1289
1295 inline bool ExpectedSourceBucketOwnerHasBeenSet() const { return m_expectedSourceBucketOwnerHasBeenSet; }
1296
1302 inline void SetExpectedSourceBucketOwner(const Aws::String& value) { m_expectedSourceBucketOwnerHasBeenSet = true; m_expectedSourceBucketOwner = value; }
1303
1309 inline void SetExpectedSourceBucketOwner(Aws::String&& value) { m_expectedSourceBucketOwnerHasBeenSet = true; m_expectedSourceBucketOwner = std::move(value); }
1310
1316 inline void SetExpectedSourceBucketOwner(const char* value) { m_expectedSourceBucketOwnerHasBeenSet = true; m_expectedSourceBucketOwner.assign(value); }
1317
1324
1331
1338
1339
1340
1341 inline const Aws::Map<Aws::String, Aws::String>& GetCustomizedAccessLogTag() const{ return m_customizedAccessLogTag; }
1342
1343
1344 inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; }
1345
1346
1347 inline void SetCustomizedAccessLogTag(const Aws::Map<Aws::String, Aws::String>& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = value; }
1348
1349
1350 inline void SetCustomizedAccessLogTag(Aws::Map<Aws::String, Aws::String>&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = std::move(value); }
1351
1352
1354
1355
1357
1358
1359 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const Aws::String& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
1360
1361
1362 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(Aws::String&& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
1363
1364
1365 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const Aws::String& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
1366
1367
1368 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(Aws::String&& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), std::move(value)); return *this; }
1369
1370
1371 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const char* key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
1372
1373
1374 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(Aws::String&& key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
1375
1376
1377 inline UploadPartCopyRequest& AddCustomizedAccessLogTag(const char* key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
1378
1379 private:
1380
1381 Aws::String m_bucket;
1382 bool m_bucketHasBeenSet = false;
1383
1384 Aws::String m_copySource;
1385 bool m_copySourceHasBeenSet = false;
1386
1387 Aws::String m_copySourceIfMatch;
1388 bool m_copySourceIfMatchHasBeenSet = false;
1389
1390 Aws::Utils::DateTime m_copySourceIfModifiedSince;
1391 bool m_copySourceIfModifiedSinceHasBeenSet = false;
1392
1393 Aws::String m_copySourceIfNoneMatch;
1394 bool m_copySourceIfNoneMatchHasBeenSet = false;
1395
1396 Aws::Utils::DateTime m_copySourceIfUnmodifiedSince;
1397 bool m_copySourceIfUnmodifiedSinceHasBeenSet = false;
1398
1399 Aws::String m_copySourceRange;
1400 bool m_copySourceRangeHasBeenSet = false;
1401
1402 Aws::String m_key;
1403 bool m_keyHasBeenSet = false;
1404
1405 int m_partNumber;
1406 bool m_partNumberHasBeenSet = false;
1407
1408 Aws::String m_uploadId;
1409 bool m_uploadIdHasBeenSet = false;
1410
1411 Aws::String m_sSECustomerAlgorithm;
1412 bool m_sSECustomerAlgorithmHasBeenSet = false;
1413
1414 Aws::String m_sSECustomerKey;
1415 bool m_sSECustomerKeyHasBeenSet = false;
1416
1417 Aws::String m_sSECustomerKeyMD5;
1418 bool m_sSECustomerKeyMD5HasBeenSet = false;
1419
1420 Aws::String m_copySourceSSECustomerAlgorithm;
1421 bool m_copySourceSSECustomerAlgorithmHasBeenSet = false;
1422
1423 Aws::String m_copySourceSSECustomerKey;
1424 bool m_copySourceSSECustomerKeyHasBeenSet = false;
1425
1426 Aws::String m_copySourceSSECustomerKeyMD5;
1427 bool m_copySourceSSECustomerKeyMD5HasBeenSet = false;
1428
1429 RequestPayer m_requestPayer;
1430 bool m_requestPayerHasBeenSet = false;
1431
1432 Aws::String m_expectedBucketOwner;
1433 bool m_expectedBucketOwnerHasBeenSet = false;
1434
1435 Aws::String m_expectedSourceBucketOwner;
1436 bool m_expectedSourceBucketOwnerHasBeenSet = false;
1437
1438 Aws::Map<Aws::String, Aws::String> m_customizedAccessLogTag;
1439 bool m_customizedAccessLogTagHasBeenSet = false;
1440 };
1441
1442} // namespace Model
1443} // namespace S3
1444} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
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)
const Aws::String & GetCopySource() const
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)
void SetCopySourceRange(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 SetCopySourceIfNoneMatch(const char *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)
void SetSSECustomerKeyMD5(Aws::String &&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 SetCopySourceIfMatch(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