AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetObjectRequest.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>
14#include <utility>
15
16namespace Aws
17{
18namespace Http
19{
20 class URI;
21} //namespace Http
22namespace S3
23{
24namespace Model
25{
26
30 {
31 public:
33
34 // Service request name is the Operation name which will send this request out,
35 // each operation should has unique request name, so that we can get operation's name from this request.
36 // Note: this is not true for response, multiple operations may have the same response name,
37 // so we can not get operation's name from response.
38 inline virtual const char* GetServiceRequestName() const override { return "GetObject"; }
39
41
43
45
47
49
54
77 inline const Aws::String& GetBucket() const{ return m_bucket; }
78
101 inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
102
125 inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
126
149 inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
150
173 inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
174
197 inline GetObjectRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
198
221 inline GetObjectRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
222
245 inline GetObjectRequest& WithBucket(const char* value) { SetBucket(value); return *this;}
246
247
252 inline const Aws::String& GetIfMatch() const{ return m_ifMatch; }
253
258 inline bool IfMatchHasBeenSet() const { return m_ifMatchHasBeenSet; }
259
264 inline void SetIfMatch(const Aws::String& value) { m_ifMatchHasBeenSet = true; m_ifMatch = value; }
265
270 inline void SetIfMatch(Aws::String&& value) { m_ifMatchHasBeenSet = true; m_ifMatch = std::move(value); }
271
276 inline void SetIfMatch(const char* value) { m_ifMatchHasBeenSet = true; m_ifMatch.assign(value); }
277
282 inline GetObjectRequest& WithIfMatch(const Aws::String& value) { SetIfMatch(value); return *this;}
283
288 inline GetObjectRequest& WithIfMatch(Aws::String&& value) { SetIfMatch(std::move(value)); return *this;}
289
294 inline GetObjectRequest& WithIfMatch(const char* value) { SetIfMatch(value); return *this;}
295
296
301 inline const Aws::Utils::DateTime& GetIfModifiedSince() const{ return m_ifModifiedSince; }
302
307 inline bool IfModifiedSinceHasBeenSet() const { return m_ifModifiedSinceHasBeenSet; }
308
313 inline void SetIfModifiedSince(const Aws::Utils::DateTime& value) { m_ifModifiedSinceHasBeenSet = true; m_ifModifiedSince = value; }
314
319 inline void SetIfModifiedSince(Aws::Utils::DateTime&& value) { m_ifModifiedSinceHasBeenSet = true; m_ifModifiedSince = std::move(value); }
320
326
331 inline GetObjectRequest& WithIfModifiedSince(Aws::Utils::DateTime&& value) { SetIfModifiedSince(std::move(value)); return *this;}
332
333
338 inline const Aws::String& GetIfNoneMatch() const{ return m_ifNoneMatch; }
339
344 inline bool IfNoneMatchHasBeenSet() const { return m_ifNoneMatchHasBeenSet; }
345
350 inline void SetIfNoneMatch(const Aws::String& value) { m_ifNoneMatchHasBeenSet = true; m_ifNoneMatch = value; }
351
356 inline void SetIfNoneMatch(Aws::String&& value) { m_ifNoneMatchHasBeenSet = true; m_ifNoneMatch = std::move(value); }
357
362 inline void SetIfNoneMatch(const char* value) { m_ifNoneMatchHasBeenSet = true; m_ifNoneMatch.assign(value); }
363
368 inline GetObjectRequest& WithIfNoneMatch(const Aws::String& value) { SetIfNoneMatch(value); return *this;}
369
374 inline GetObjectRequest& WithIfNoneMatch(Aws::String&& value) { SetIfNoneMatch(std::move(value)); return *this;}
375
380 inline GetObjectRequest& WithIfNoneMatch(const char* value) { SetIfNoneMatch(value); return *this;}
381
382
387 inline const Aws::Utils::DateTime& GetIfUnmodifiedSince() const{ return m_ifUnmodifiedSince; }
388
393 inline bool IfUnmodifiedSinceHasBeenSet() const { return m_ifUnmodifiedSinceHasBeenSet; }
394
399 inline void SetIfUnmodifiedSince(const Aws::Utils::DateTime& value) { m_ifUnmodifiedSinceHasBeenSet = true; m_ifUnmodifiedSince = value; }
400
405 inline void SetIfUnmodifiedSince(Aws::Utils::DateTime&& value) { m_ifUnmodifiedSinceHasBeenSet = true; m_ifUnmodifiedSince = std::move(value); }
406
412
417 inline GetObjectRequest& WithIfUnmodifiedSince(Aws::Utils::DateTime&& value) { SetIfUnmodifiedSince(std::move(value)); return *this;}
418
419
423 inline const Aws::String& GetKey() const{ return m_key; }
424
428 inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; }
429
433 inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; }
434
438 inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); }
439
443 inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); }
444
448 inline GetObjectRequest& WithKey(const Aws::String& value) { SetKey(value); return *this;}
449
453 inline GetObjectRequest& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;}
454
458 inline GetObjectRequest& WithKey(const char* value) { SetKey(value); return *this;}
459
460
468 inline const Aws::String& GetRange() const{ return m_range; }
469
477 inline bool RangeHasBeenSet() const { return m_rangeHasBeenSet; }
478
486 inline void SetRange(const Aws::String& value) { m_rangeHasBeenSet = true; m_range = value; }
487
495 inline void SetRange(Aws::String&& value) { m_rangeHasBeenSet = true; m_range = std::move(value); }
496
504 inline void SetRange(const char* value) { m_rangeHasBeenSet = true; m_range.assign(value); }
505
513 inline GetObjectRequest& WithRange(const Aws::String& value) { SetRange(value); return *this;}
514
522 inline GetObjectRequest& WithRange(Aws::String&& value) { SetRange(std::move(value)); return *this;}
523
531 inline GetObjectRequest& WithRange(const char* value) { SetRange(value); return *this;}
532
533
537 inline const Aws::String& GetResponseCacheControl() const{ return m_responseCacheControl; }
538
542 inline bool ResponseCacheControlHasBeenSet() const { return m_responseCacheControlHasBeenSet; }
543
547 inline void SetResponseCacheControl(const Aws::String& value) { m_responseCacheControlHasBeenSet = true; m_responseCacheControl = value; }
548
552 inline void SetResponseCacheControl(Aws::String&& value) { m_responseCacheControlHasBeenSet = true; m_responseCacheControl = std::move(value); }
553
557 inline void SetResponseCacheControl(const char* value) { m_responseCacheControlHasBeenSet = true; m_responseCacheControl.assign(value); }
558
563
567 inline GetObjectRequest& WithResponseCacheControl(Aws::String&& value) { SetResponseCacheControl(std::move(value)); return *this;}
568
572 inline GetObjectRequest& WithResponseCacheControl(const char* value) { SetResponseCacheControl(value); return *this;}
573
574
578 inline const Aws::String& GetResponseContentDisposition() const{ return m_responseContentDisposition; }
579
583 inline bool ResponseContentDispositionHasBeenSet() const { return m_responseContentDispositionHasBeenSet; }
584
588 inline void SetResponseContentDisposition(const Aws::String& value) { m_responseContentDispositionHasBeenSet = true; m_responseContentDisposition = value; }
589
593 inline void SetResponseContentDisposition(Aws::String&& value) { m_responseContentDispositionHasBeenSet = true; m_responseContentDisposition = std::move(value); }
594
598 inline void SetResponseContentDisposition(const char* value) { m_responseContentDispositionHasBeenSet = true; m_responseContentDisposition.assign(value); }
599
604
609
613 inline GetObjectRequest& WithResponseContentDisposition(const char* value) { SetResponseContentDisposition(value); return *this;}
614
615
619 inline const Aws::String& GetResponseContentEncoding() const{ return m_responseContentEncoding; }
620
624 inline bool ResponseContentEncodingHasBeenSet() const { return m_responseContentEncodingHasBeenSet; }
625
629 inline void SetResponseContentEncoding(const Aws::String& value) { m_responseContentEncodingHasBeenSet = true; m_responseContentEncoding = value; }
630
634 inline void SetResponseContentEncoding(Aws::String&& value) { m_responseContentEncodingHasBeenSet = true; m_responseContentEncoding = std::move(value); }
635
639 inline void SetResponseContentEncoding(const char* value) { m_responseContentEncodingHasBeenSet = true; m_responseContentEncoding.assign(value); }
640
645
649 inline GetObjectRequest& WithResponseContentEncoding(Aws::String&& value) { SetResponseContentEncoding(std::move(value)); return *this;}
650
654 inline GetObjectRequest& WithResponseContentEncoding(const char* value) { SetResponseContentEncoding(value); return *this;}
655
656
660 inline const Aws::String& GetResponseContentLanguage() const{ return m_responseContentLanguage; }
661
665 inline bool ResponseContentLanguageHasBeenSet() const { return m_responseContentLanguageHasBeenSet; }
666
670 inline void SetResponseContentLanguage(const Aws::String& value) { m_responseContentLanguageHasBeenSet = true; m_responseContentLanguage = value; }
671
675 inline void SetResponseContentLanguage(Aws::String&& value) { m_responseContentLanguageHasBeenSet = true; m_responseContentLanguage = std::move(value); }
676
680 inline void SetResponseContentLanguage(const char* value) { m_responseContentLanguageHasBeenSet = true; m_responseContentLanguage.assign(value); }
681
686
690 inline GetObjectRequest& WithResponseContentLanguage(Aws::String&& value) { SetResponseContentLanguage(std::move(value)); return *this;}
691
695 inline GetObjectRequest& WithResponseContentLanguage(const char* value) { SetResponseContentLanguage(value); return *this;}
696
697
701 inline const Aws::String& GetResponseContentType() const{ return m_responseContentType; }
702
706 inline bool ResponseContentTypeHasBeenSet() const { return m_responseContentTypeHasBeenSet; }
707
711 inline void SetResponseContentType(const Aws::String& value) { m_responseContentTypeHasBeenSet = true; m_responseContentType = value; }
712
716 inline void SetResponseContentType(Aws::String&& value) { m_responseContentTypeHasBeenSet = true; m_responseContentType = std::move(value); }
717
721 inline void SetResponseContentType(const char* value) { m_responseContentTypeHasBeenSet = true; m_responseContentType.assign(value); }
722
726 inline GetObjectRequest& WithResponseContentType(const Aws::String& value) { SetResponseContentType(value); return *this;}
727
731 inline GetObjectRequest& WithResponseContentType(Aws::String&& value) { SetResponseContentType(std::move(value)); return *this;}
732
736 inline GetObjectRequest& WithResponseContentType(const char* value) { SetResponseContentType(value); return *this;}
737
738
742 inline const Aws::Utils::DateTime& GetResponseExpires() const{ return m_responseExpires; }
743
747 inline bool ResponseExpiresHasBeenSet() const { return m_responseExpiresHasBeenSet; }
748
752 inline void SetResponseExpires(const Aws::Utils::DateTime& value) { m_responseExpiresHasBeenSet = true; m_responseExpires = value; }
753
757 inline void SetResponseExpires(Aws::Utils::DateTime&& value) { m_responseExpiresHasBeenSet = true; m_responseExpires = std::move(value); }
758
763
767 inline GetObjectRequest& WithResponseExpires(Aws::Utils::DateTime&& value) { SetResponseExpires(std::move(value)); return *this;}
768
769
773 inline const Aws::String& GetVersionId() const{ return m_versionId; }
774
778 inline bool VersionIdHasBeenSet() const { return m_versionIdHasBeenSet; }
779
783 inline void SetVersionId(const Aws::String& value) { m_versionIdHasBeenSet = true; m_versionId = value; }
784
788 inline void SetVersionId(Aws::String&& value) { m_versionIdHasBeenSet = true; m_versionId = std::move(value); }
789
793 inline void SetVersionId(const char* value) { m_versionIdHasBeenSet = true; m_versionId.assign(value); }
794
798 inline GetObjectRequest& WithVersionId(const Aws::String& value) { SetVersionId(value); return *this;}
799
803 inline GetObjectRequest& WithVersionId(Aws::String&& value) { SetVersionId(std::move(value)); return *this;}
804
808 inline GetObjectRequest& WithVersionId(const char* value) { SetVersionId(value); return *this;}
809
810
815 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; }
816
821 inline bool SSECustomerAlgorithmHasBeenSet() const { return m_sSECustomerAlgorithmHasBeenSet; }
822
827 inline void SetSSECustomerAlgorithm(const Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; }
828
833 inline void SetSSECustomerAlgorithm(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::move(value); }
834
839 inline void SetSSECustomerAlgorithm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(value); }
840
846
851 inline GetObjectRequest& WithSSECustomerAlgorithm(Aws::String&& value) { SetSSECustomerAlgorithm(std::move(value)); return *this;}
852
857 inline GetObjectRequest& WithSSECustomerAlgorithm(const char* value) { SetSSECustomerAlgorithm(value); return *this;}
858
859
867 inline const Aws::String& GetSSECustomerKey() const{ return m_sSECustomerKey; }
868
876 inline bool SSECustomerKeyHasBeenSet() const { return m_sSECustomerKeyHasBeenSet; }
877
885 inline void SetSSECustomerKey(const Aws::String& value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey = value; }
886
894 inline void SetSSECustomerKey(Aws::String&& value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey = std::move(value); }
895
903 inline void SetSSECustomerKey(const char* value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey.assign(value); }
904
912 inline GetObjectRequest& WithSSECustomerKey(const Aws::String& value) { SetSSECustomerKey(value); return *this;}
913
921 inline GetObjectRequest& WithSSECustomerKey(Aws::String&& value) { SetSSECustomerKey(std::move(value)); return *this;}
922
930 inline GetObjectRequest& WithSSECustomerKey(const char* value) { SetSSECustomerKey(value); return *this;}
931
932
938 inline const Aws::String& GetSSECustomerKeyMD5() const{ return m_sSECustomerKeyMD5; }
939
945 inline bool SSECustomerKeyMD5HasBeenSet() const { return m_sSECustomerKeyMD5HasBeenSet; }
946
952 inline void SetSSECustomerKeyMD5(const Aws::String& value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5 = value; }
953
959 inline void SetSSECustomerKeyMD5(Aws::String&& value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5 = std::move(value); }
960
966 inline void SetSSECustomerKeyMD5(const char* value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5.assign(value); }
967
973 inline GetObjectRequest& WithSSECustomerKeyMD5(const Aws::String& value) { SetSSECustomerKeyMD5(value); return *this;}
974
980 inline GetObjectRequest& WithSSECustomerKeyMD5(Aws::String&& value) { SetSSECustomerKeyMD5(std::move(value)); return *this;}
981
987 inline GetObjectRequest& WithSSECustomerKeyMD5(const char* value) { SetSSECustomerKeyMD5(value); return *this;}
988
989
990
991 inline const RequestPayer& GetRequestPayer() const{ return m_requestPayer; }
992
993
994 inline bool RequestPayerHasBeenSet() const { return m_requestPayerHasBeenSet; }
995
996
997 inline void SetRequestPayer(const RequestPayer& value) { m_requestPayerHasBeenSet = true; m_requestPayer = value; }
998
999
1000 inline void SetRequestPayer(RequestPayer&& value) { m_requestPayerHasBeenSet = true; m_requestPayer = std::move(value); }
1001
1002
1003 inline GetObjectRequest& WithRequestPayer(const RequestPayer& value) { SetRequestPayer(value); return *this;}
1004
1005
1006 inline GetObjectRequest& WithRequestPayer(RequestPayer&& value) { SetRequestPayer(std::move(value)); return *this;}
1007
1008
1014 inline int GetPartNumber() const{ return m_partNumber; }
1015
1021 inline bool PartNumberHasBeenSet() const { return m_partNumberHasBeenSet; }
1022
1028 inline void SetPartNumber(int value) { m_partNumberHasBeenSet = true; m_partNumber = value; }
1029
1035 inline GetObjectRequest& WithPartNumber(int value) { SetPartNumber(value); return *this;}
1036
1037
1043 inline const Aws::String& GetExpectedBucketOwner() const{ return m_expectedBucketOwner; }
1044
1050 inline bool ExpectedBucketOwnerHasBeenSet() const { return m_expectedBucketOwnerHasBeenSet; }
1051
1057 inline void SetExpectedBucketOwner(const Aws::String& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = value; }
1058
1064 inline void SetExpectedBucketOwner(Aws::String&& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = std::move(value); }
1065
1071 inline void SetExpectedBucketOwner(const char* value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner.assign(value); }
1072
1079
1085 inline GetObjectRequest& WithExpectedBucketOwner(Aws::String&& value) { SetExpectedBucketOwner(std::move(value)); return *this;}
1086
1092 inline GetObjectRequest& WithExpectedBucketOwner(const char* value) { SetExpectedBucketOwner(value); return *this;}
1093
1094
1098 inline const ChecksumMode& GetChecksumMode() const{ return m_checksumMode; }
1099
1103 inline bool ChecksumModeHasBeenSet() const { return m_checksumModeHasBeenSet; }
1104
1108 inline void SetChecksumMode(const ChecksumMode& value) { m_checksumModeHasBeenSet = true; m_checksumMode = value; }
1109
1113 inline void SetChecksumMode(ChecksumMode&& value) { m_checksumModeHasBeenSet = true; m_checksumMode = std::move(value); }
1114
1118 inline GetObjectRequest& WithChecksumMode(const ChecksumMode& value) { SetChecksumMode(value); return *this;}
1119
1123 inline GetObjectRequest& WithChecksumMode(ChecksumMode&& value) { SetChecksumMode(std::move(value)); return *this;}
1124
1125
1126
1127 inline const Aws::Map<Aws::String, Aws::String>& GetCustomizedAccessLogTag() const{ return m_customizedAccessLogTag; }
1128
1129
1130 inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; }
1131
1132
1133 inline void SetCustomizedAccessLogTag(const Aws::Map<Aws::String, Aws::String>& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = value; }
1134
1135
1136 inline void SetCustomizedAccessLogTag(Aws::Map<Aws::String, Aws::String>&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = std::move(value); }
1137
1138
1140
1141
1143
1144
1145 inline GetObjectRequest& AddCustomizedAccessLogTag(const Aws::String& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
1146
1147
1148 inline GetObjectRequest& AddCustomizedAccessLogTag(Aws::String&& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
1149
1150
1151 inline GetObjectRequest& AddCustomizedAccessLogTag(const Aws::String& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
1152
1153
1154 inline GetObjectRequest& AddCustomizedAccessLogTag(Aws::String&& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), std::move(value)); return *this; }
1155
1156
1157 inline GetObjectRequest& AddCustomizedAccessLogTag(const char* key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
1158
1159
1160 inline GetObjectRequest& AddCustomizedAccessLogTag(Aws::String&& key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
1161
1162
1163 inline GetObjectRequest& AddCustomizedAccessLogTag(const char* key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
1164
1165 private:
1166
1167 Aws::String m_bucket;
1168 bool m_bucketHasBeenSet = false;
1169
1170 Aws::String m_ifMatch;
1171 bool m_ifMatchHasBeenSet = false;
1172
1173 Aws::Utils::DateTime m_ifModifiedSince;
1174 bool m_ifModifiedSinceHasBeenSet = false;
1175
1176 Aws::String m_ifNoneMatch;
1177 bool m_ifNoneMatchHasBeenSet = false;
1178
1179 Aws::Utils::DateTime m_ifUnmodifiedSince;
1180 bool m_ifUnmodifiedSinceHasBeenSet = false;
1181
1182 Aws::String m_key;
1183 bool m_keyHasBeenSet = false;
1184
1185 Aws::String m_range;
1186 bool m_rangeHasBeenSet = false;
1187
1188 Aws::String m_responseCacheControl;
1189 bool m_responseCacheControlHasBeenSet = false;
1190
1191 Aws::String m_responseContentDisposition;
1192 bool m_responseContentDispositionHasBeenSet = false;
1193
1194 Aws::String m_responseContentEncoding;
1195 bool m_responseContentEncodingHasBeenSet = false;
1196
1197 Aws::String m_responseContentLanguage;
1198 bool m_responseContentLanguageHasBeenSet = false;
1199
1200 Aws::String m_responseContentType;
1201 bool m_responseContentTypeHasBeenSet = false;
1202
1203 Aws::Utils::DateTime m_responseExpires;
1204 bool m_responseExpiresHasBeenSet = false;
1205
1206 Aws::String m_versionId;
1207 bool m_versionIdHasBeenSet = false;
1208
1209 Aws::String m_sSECustomerAlgorithm;
1210 bool m_sSECustomerAlgorithmHasBeenSet = false;
1211
1212 Aws::String m_sSECustomerKey;
1213 bool m_sSECustomerKeyHasBeenSet = false;
1214
1215 Aws::String m_sSECustomerKeyMD5;
1216 bool m_sSECustomerKeyMD5HasBeenSet = false;
1217
1218 RequestPayer m_requestPayer;
1219 bool m_requestPayerHasBeenSet = false;
1220
1221 int m_partNumber;
1222 bool m_partNumberHasBeenSet = false;
1223
1224 Aws::String m_expectedBucketOwner;
1225 bool m_expectedBucketOwnerHasBeenSet = false;
1226
1227 ChecksumMode m_checksumMode;
1228 bool m_checksumModeHasBeenSet = false;
1229
1230 Aws::Map<Aws::String, Aws::String> m_customizedAccessLogTag;
1231 bool m_customizedAccessLogTagHasBeenSet = false;
1232 };
1233
1234} // namespace Model
1235} // namespace S3
1236} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
const Aws::Utils::DateTime & GetIfModifiedSince() const
GetObjectRequest & WithIfNoneMatch(Aws::String &&value)
AWS_S3_API Aws::String SerializePayload() const override
GetObjectRequest & WithBucket(Aws::String &&value)
GetObjectRequest & WithSSECustomerKey(const char *value)
GetObjectRequest & AddCustomizedAccessLogTag(const char *key, Aws::String &&value)
void SetResponseContentDisposition(Aws::String &&value)
const Aws::String & GetResponseContentType() const
void SetExpectedBucketOwner(const Aws::String &value)
void SetResponseExpires(const Aws::Utils::DateTime &value)
GetObjectRequest & WithResponseContentEncoding(const char *value)
const ChecksumMode & GetChecksumMode() const
void SetResponseContentType(Aws::String &&value)
void SetBucket(Aws::String &&value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetObjectRequest & WithResponseContentLanguage(Aws::String &&value)
GetObjectRequest & AddCustomizedAccessLogTag(Aws::String &&key, Aws::String &&value)
void SetResponseCacheControl(const char *value)
GetObjectRequest & WithChecksumMode(ChecksumMode &&value)
GetObjectRequest & WithResponseContentType(Aws::String &&value)
void SetSSECustomerKeyMD5(const Aws::String &value)
GetObjectRequest & WithVersionId(Aws::String &&value)
GetObjectRequest & WithSSECustomerKeyMD5(const Aws::String &value)
const Aws::String & GetBucket() const
void SetIfMatch(Aws::String &&value)
const Aws::String & GetResponseContentDisposition() const
void SetCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
void SetResponseContentEncoding(Aws::String &&value)
const Aws::String & GetKey() const
GetObjectRequest & WithRequestPayer(RequestPayer &&value)
GetObjectRequest & AddCustomizedAccessLogTag(Aws::String &&key, const char *value)
GetObjectRequest & WithIfUnmodifiedSince(const Aws::Utils::DateTime &value)
void SetIfModifiedSince(const Aws::Utils::DateTime &value)
GetObjectRequest & WithResponseContentDisposition(Aws::String &&value)
void SetResponseCacheControl(const Aws::String &value)
GetObjectRequest & WithIfUnmodifiedSince(Aws::Utils::DateTime &&value)
const Aws::String & GetSSECustomerKey() const
GetObjectRequest & WithResponseCacheControl(const Aws::String &value)
GetObjectRequest & AddCustomizedAccessLogTag(const Aws::String &key, Aws::String &&value)
const Aws::String & GetRange() const
GetObjectRequest & WithSSECustomerAlgorithm(Aws::String &&value)
void SetRange(const Aws::String &value)
GetObjectRequest & WithRequestPayer(const RequestPayer &value)
GetObjectRequest & WithSSECustomerKey(Aws::String &&value)
const Aws::String & GetSSECustomerKeyMD5() const
GetObjectRequest & WithResponseCacheControl(const char *value)
GetObjectRequest & WithIfMatch(Aws::String &&value)
GetObjectRequest & WithExpectedBucketOwner(const Aws::String &value)
AWS_S3_API bool ShouldValidateResponseChecksum() const override
GetObjectRequest & WithKey(Aws::String &&value)
void SetIfMatch(const Aws::String &value)
void SetSSECustomerKey(const Aws::String &value)
GetObjectRequest & WithIfNoneMatch(const char *value)
void SetSSECustomerAlgorithm(Aws::String &&value)
GetObjectRequest & WithBucket(const char *value)
GetObjectRequest & WithIfMatch(const Aws::String &value)
GetObjectRequest & WithResponseContentDisposition(const Aws::String &value)
GetObjectRequest & WithVersionId(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
GetObjectRequest & WithResponseContentType(const Aws::String &value)
void SetChecksumMode(const ChecksumMode &value)
GetObjectRequest & WithResponseContentEncoding(Aws::String &&value)
GetObjectRequest & AddCustomizedAccessLogTag(const char *key, const char *value)
GetObjectRequest & WithIfNoneMatch(const Aws::String &value)
void SetResponseCacheControl(Aws::String &&value)
void SetSSECustomerKeyMD5(Aws::String &&value)
void SetResponseContentEncoding(const Aws::String &value)
void SetResponseContentType(const char *value)
GetObjectRequest & WithResponseContentEncoding(const Aws::String &value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetObjectRequest & WithResponseContentLanguage(const char *value)
void SetSSECustomerKeyMD5(const char *value)
void SetRequestPayer(RequestPayer &&value)
const Aws::String & GetExpectedBucketOwner() const
void SetResponseContentLanguage(Aws::String &&value)
void SetIfUnmodifiedSince(Aws::Utils::DateTime &&value)
void SetCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
GetObjectRequest & WithSSECustomerKeyMD5(const char *value)
GetObjectRequest & WithSSECustomerKey(const Aws::String &value)
GetObjectRequest & WithResponseContentDisposition(const char *value)
void SetRequestPayer(const RequestPayer &value)
void SetVersionId(Aws::String &&value)
AWS_S3_API Aws::Vector< Aws::String > GetResponseChecksumAlgorithmNames() const override
const Aws::Utils::DateTime & GetResponseExpires() const
void SetIfNoneMatch(const char *value)
const Aws::String & GetResponseContentEncoding() const
void SetBucket(const Aws::String &value)
void SetSSECustomerKey(Aws::String &&value)
GetObjectRequest & AddCustomizedAccessLogTag(Aws::String &&key, const Aws::String &value)
GetObjectRequest & AddCustomizedAccessLogTag(const Aws::String &key, const Aws::String &value)
GetObjectRequest & WithSSECustomerAlgorithm(const char *value)
void SetChecksumMode(ChecksumMode &&value)
GetObjectRequest & WithResponseContentLanguage(const Aws::String &value)
void SetRange(Aws::String &&value)
GetObjectRequest & WithChecksumMode(const ChecksumMode &value)
GetObjectRequest & WithResponseExpires(Aws::Utils::DateTime &&value)
void SetVersionId(const char *value)
GetObjectRequest & WithResponseExpires(const Aws::Utils::DateTime &value)
GetObjectRequest & WithPartNumber(int value)
void SetExpectedBucketOwner(const char *value)
void SetVersionId(const Aws::String &value)
GetObjectRequest & WithSSECustomerKeyMD5(Aws::String &&value)
void SetKey(const Aws::String &value)
const Aws::String & GetResponseContentLanguage() const
GetObjectRequest & WithCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
GetObjectRequest & WithKey(const char *value)
GetObjectRequest & WithExpectedBucketOwner(const char *value)
const Aws::String & GetVersionId() const
const RequestPayer & GetRequestPayer() const
void SetResponseContentLanguage(const Aws::String &value)
void SetResponseExpires(Aws::Utils::DateTime &&value)
GetObjectRequest & WithIfMatch(const char *value)
void SetKey(Aws::String &&value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
void SetResponseContentEncoding(const char *value)
void SetResponseContentType(const Aws::String &value)
const Aws::Utils::DateTime & GetIfUnmodifiedSince() const
void SetResponseContentDisposition(const Aws::String &value)
GetObjectRequest & WithResponseCacheControl(Aws::String &&value)
const Aws::String & GetIfNoneMatch() const
GetObjectRequest & WithExpectedBucketOwner(Aws::String &&value)
void SetSSECustomerAlgorithm(const char *value)
void SetBucket(const char *value)
void SetIfNoneMatch(Aws::String &&value)
const Aws::String & GetIfMatch() const
void SetSSECustomerAlgorithm(const Aws::String &value)
void SetResponseContentLanguage(const char *value)
void SetRange(const char *value)
void SetResponseContentDisposition(const char *value)
GetObjectRequest & WithRange(Aws::String &&value)
void SetKey(const char *value)
GetObjectRequest & WithCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
GetObjectRequest & WithBucket(const Aws::String &value)
void SetIfMatch(const char *value)
GetObjectRequest & WithIfModifiedSince(Aws::Utils::DateTime &&value)
GetObjectRequest & WithIfModifiedSince(const Aws::Utils::DateTime &value)
GetObjectRequest & WithResponseContentType(const char *value)
void SetIfNoneMatch(const Aws::String &value)
GetObjectRequest & WithKey(const Aws::String &value)
void SetIfModifiedSince(Aws::Utils::DateTime &&value)
const Aws::String & GetResponseCacheControl() const
GetObjectRequest & WithVersionId(const Aws::String &value)
void SetExpectedBucketOwner(Aws::String &&value)
GetObjectRequest & WithRange(const Aws::String &value)
const Aws::String & GetSSECustomerAlgorithm() const
void SetSSECustomerKey(const char *value)
GetObjectRequest & WithSSECustomerAlgorithm(const Aws::String &value)
void SetIfUnmodifiedSince(const Aws::Utils::DateTime &value)
GetObjectRequest & WithRange(const char *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_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector