aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h
diff options
context:
space:
mode:
authorunril <unril@yandex-team.ru>2022-02-10 16:46:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:05 +0300
commit11ae9eca250d0188b7962459cbc6706719e7dca9 (patch)
tree4b7d6755091980d33210de19b2eb35a401a761ea /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h
parent9c914f41ba5e9f9365f404e892197553ac23809e (diff)
downloadydb-11ae9eca250d0188b7962459cbc6706719e7dca9.tar.gz
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h248
1 files changed, 124 insertions, 124 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h
index c26051713d..1185143f77 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectRequest.h
@@ -43,7 +43,7 @@ namespace Model
Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
- /**
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -63,10 +63,10 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
+ */
inline const Aws::String& GetBucket() const{ return m_bucket; }
- /**
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -86,10 +86,10 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
- inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
-
- /**
+ */
+ inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
+
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -109,10 +109,10 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
+ */
inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
- /**
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -132,10 +132,10 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
+ */
inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
- /**
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -155,10 +155,10 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
+ */
inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
- /**
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -178,10 +178,10 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
+ */
inline GetObjectRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
- /**
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -201,10 +201,10 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
+ */
inline GetObjectRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
- /**
+ /**
* <p>The bucket name containing the object. </p> <p>When using this API with an
* access point, you must direct requests to the access point hostname. The access
* point hostname takes the form
@@ -224,7 +224,7 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html">Using
* S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer
* Guide</i>.</p>
- */
+ */
inline GetObjectRequest& WithBucket(const char* value) { SetBucket(value); return *this;}
@@ -238,12 +238,12 @@ namespace Model
* <p>Return the object only if its entity tag (ETag) is the same as the one
* specified, otherwise return a 412 (precondition failed).</p>
*/
- inline bool IfMatchHasBeenSet() const { return m_ifMatchHasBeenSet; }
-
- /**
- * <p>Return the object only if its entity tag (ETag) is the same as the one
- * specified, otherwise return a 412 (precondition failed).</p>
- */
+ inline bool IfMatchHasBeenSet() const { return m_ifMatchHasBeenSet; }
+
+ /**
+ * <p>Return the object only if its entity tag (ETag) is the same as the one
+ * specified, otherwise return a 412 (precondition failed).</p>
+ */
inline void SetIfMatch(const Aws::String& value) { m_ifMatchHasBeenSet = true; m_ifMatch = value; }
/**
@@ -287,12 +287,12 @@ namespace Model
* <p>Return the object only if it has been modified since the specified time,
* otherwise return a 304 (not modified).</p>
*/
- inline bool IfModifiedSinceHasBeenSet() const { return m_ifModifiedSinceHasBeenSet; }
-
- /**
- * <p>Return the object only if it has been modified since the specified time,
- * otherwise return a 304 (not modified).</p>
- */
+ inline bool IfModifiedSinceHasBeenSet() const { return m_ifModifiedSinceHasBeenSet; }
+
+ /**
+ * <p>Return the object only if it has been modified since the specified time,
+ * otherwise return a 304 (not modified).</p>
+ */
inline void SetIfModifiedSince(const Aws::Utils::DateTime& value) { m_ifModifiedSinceHasBeenSet = true; m_ifModifiedSince = value; }
/**
@@ -324,12 +324,12 @@ namespace Model
* <p>Return the object only if its entity tag (ETag) is different from the one
* specified, otherwise return a 304 (not modified).</p>
*/
- inline bool IfNoneMatchHasBeenSet() const { return m_ifNoneMatchHasBeenSet; }
-
- /**
- * <p>Return the object only if its entity tag (ETag) is different from the one
- * specified, otherwise return a 304 (not modified).</p>
- */
+ inline bool IfNoneMatchHasBeenSet() const { return m_ifNoneMatchHasBeenSet; }
+
+ /**
+ * <p>Return the object only if its entity tag (ETag) is different from the one
+ * specified, otherwise return a 304 (not modified).</p>
+ */
inline void SetIfNoneMatch(const Aws::String& value) { m_ifNoneMatchHasBeenSet = true; m_ifNoneMatch = value; }
/**
@@ -373,12 +373,12 @@ namespace Model
* <p>Return the object only if it has not been modified since the specified time,
* otherwise return a 412 (precondition failed).</p>
*/
- inline bool IfUnmodifiedSinceHasBeenSet() const { return m_ifUnmodifiedSinceHasBeenSet; }
-
- /**
- * <p>Return the object only if it has not been modified since the specified time,
- * otherwise return a 412 (precondition failed).</p>
- */
+ inline bool IfUnmodifiedSinceHasBeenSet() const { return m_ifUnmodifiedSinceHasBeenSet; }
+
+ /**
+ * <p>Return the object only if it has not been modified since the specified time,
+ * otherwise return a 412 (precondition failed).</p>
+ */
inline void SetIfUnmodifiedSince(const Aws::Utils::DateTime& value) { m_ifUnmodifiedSinceHasBeenSet = true; m_ifUnmodifiedSince = value; }
/**
@@ -400,44 +400,44 @@ namespace Model
inline GetObjectRequest& WithIfUnmodifiedSince(Aws::Utils::DateTime&& value) { SetIfUnmodifiedSince(std::move(value)); return *this;}
- /**
+ /**
* <p>Key of the object to get.</p>
- */
+ */
inline const Aws::String& GetKey() const{ return m_key; }
- /**
+ /**
* <p>Key of the object to get.</p>
- */
- inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; }
-
- /**
+ */
+ inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; }
+
+ /**
* <p>Key of the object to get.</p>
- */
+ */
inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; }
- /**
+ /**
* <p>Key of the object to get.</p>
- */
+ */
inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); }
- /**
+ /**
* <p>Key of the object to get.</p>
- */
+ */
inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); }
- /**
+ /**
* <p>Key of the object to get.</p>
- */
+ */
inline GetObjectRequest& WithKey(const Aws::String& value) { SetKey(value); return *this;}
- /**
+ /**
* <p>Key of the object to get.</p>
- */
+ */
inline GetObjectRequest& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;}
- /**
+ /**
* <p>Key of the object to get.</p>
- */
+ */
inline GetObjectRequest& WithKey(const char* value) { SetKey(value); return *this;}
@@ -457,15 +457,15 @@ namespace Model
* <p>Amazon S3 doesn't support retrieving multiple ranges of data per
* <code>GET</code> request.</p>
*/
- inline bool RangeHasBeenSet() const { return m_rangeHasBeenSet; }
-
- /**
- * <p>Downloads the specified range bytes of an object. For more information about
+ inline bool RangeHasBeenSet() const { return m_rangeHasBeenSet; }
+
+ /**
+ * <p>Downloads the specified range bytes of an object. For more information about
* the HTTP Range header, see <a
* href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35</a>.</p>
* <p>Amazon S3 doesn't support retrieving multiple ranges of data per
* <code>GET</code> request.</p>
- */
+ */
inline void SetRange(const Aws::String& value) { m_rangeHasBeenSet = true; m_range = value; }
/**
@@ -522,11 +522,11 @@ namespace Model
/**
* <p>Sets the <code>Cache-Control</code> header of the response.</p>
*/
- inline bool ResponseCacheControlHasBeenSet() const { return m_responseCacheControlHasBeenSet; }
-
- /**
+ inline bool ResponseCacheControlHasBeenSet() const { return m_responseCacheControlHasBeenSet; }
+
+ /**
* <p>Sets the <code>Cache-Control</code> header of the response.</p>
- */
+ */
inline void SetResponseCacheControl(const Aws::String& value) { m_responseCacheControlHasBeenSet = true; m_responseCacheControl = value; }
/**
@@ -563,11 +563,11 @@ namespace Model
/**
* <p>Sets the <code>Content-Disposition</code> header of the response</p>
*/
- inline bool ResponseContentDispositionHasBeenSet() const { return m_responseContentDispositionHasBeenSet; }
-
- /**
+ inline bool ResponseContentDispositionHasBeenSet() const { return m_responseContentDispositionHasBeenSet; }
+
+ /**
* <p>Sets the <code>Content-Disposition</code> header of the response</p>
- */
+ */
inline void SetResponseContentDisposition(const Aws::String& value) { m_responseContentDispositionHasBeenSet = true; m_responseContentDisposition = value; }
/**
@@ -604,11 +604,11 @@ namespace Model
/**
* <p>Sets the <code>Content-Encoding</code> header of the response.</p>
*/
- inline bool ResponseContentEncodingHasBeenSet() const { return m_responseContentEncodingHasBeenSet; }
-
- /**
+ inline bool ResponseContentEncodingHasBeenSet() const { return m_responseContentEncodingHasBeenSet; }
+
+ /**
* <p>Sets the <code>Content-Encoding</code> header of the response.</p>
- */
+ */
inline void SetResponseContentEncoding(const Aws::String& value) { m_responseContentEncodingHasBeenSet = true; m_responseContentEncoding = value; }
/**
@@ -645,11 +645,11 @@ namespace Model
/**
* <p>Sets the <code>Content-Language</code> header of the response.</p>
*/
- inline bool ResponseContentLanguageHasBeenSet() const { return m_responseContentLanguageHasBeenSet; }
-
- /**
+ inline bool ResponseContentLanguageHasBeenSet() const { return m_responseContentLanguageHasBeenSet; }
+
+ /**
* <p>Sets the <code>Content-Language</code> header of the response.</p>
- */
+ */
inline void SetResponseContentLanguage(const Aws::String& value) { m_responseContentLanguageHasBeenSet = true; m_responseContentLanguage = value; }
/**
@@ -686,11 +686,11 @@ namespace Model
/**
* <p>Sets the <code>Content-Type</code> header of the response.</p>
*/
- inline bool ResponseContentTypeHasBeenSet() const { return m_responseContentTypeHasBeenSet; }
-
- /**
+ inline bool ResponseContentTypeHasBeenSet() const { return m_responseContentTypeHasBeenSet; }
+
+ /**
* <p>Sets the <code>Content-Type</code> header of the response.</p>
- */
+ */
inline void SetResponseContentType(const Aws::String& value) { m_responseContentTypeHasBeenSet = true; m_responseContentType = value; }
/**
@@ -727,11 +727,11 @@ namespace Model
/**
* <p>Sets the <code>Expires</code> header of the response.</p>
*/
- inline bool ResponseExpiresHasBeenSet() const { return m_responseExpiresHasBeenSet; }
-
- /**
+ inline bool ResponseExpiresHasBeenSet() const { return m_responseExpiresHasBeenSet; }
+
+ /**
* <p>Sets the <code>Expires</code> header of the response.</p>
- */
+ */
inline void SetResponseExpires(const Aws::Utils::DateTime& value) { m_responseExpiresHasBeenSet = true; m_responseExpires = value; }
/**
@@ -758,11 +758,11 @@ namespace Model
/**
* <p>VersionId used to reference a specific version of the object.</p>
*/
- inline bool VersionIdHasBeenSet() const { return m_versionIdHasBeenSet; }
-
- /**
- * <p>VersionId used to reference a specific version of the object.</p>
- */
+ inline bool VersionIdHasBeenSet() const { return m_versionIdHasBeenSet; }
+
+ /**
+ * <p>VersionId used to reference a specific version of the object.</p>
+ */
inline void SetVersionId(const Aws::String& value) { m_versionIdHasBeenSet = true; m_versionId = value; }
/**
@@ -801,12 +801,12 @@ namespace Model
* <p>Specifies the algorithm to use to when encrypting the object (for example,
* AES256).</p>
*/
- inline bool SSECustomerAlgorithmHasBeenSet() const { return m_sSECustomerAlgorithmHasBeenSet; }
-
- /**
+ inline bool SSECustomerAlgorithmHasBeenSet() const { return m_sSECustomerAlgorithmHasBeenSet; }
+
+ /**
* <p>Specifies the algorithm to use to when encrypting the object (for example,
- * AES256).</p>
- */
+ * AES256).</p>
+ */
inline void SetSSECustomerAlgorithm(const Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; }
/**
@@ -856,15 +856,15 @@ namespace Model
* appropriate for use with the algorithm specified in the
* <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
*/
- inline bool SSECustomerKeyHasBeenSet() const { return m_sSECustomerKeyHasBeenSet; }
-
- /**
- * <p>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
+ inline bool SSECustomerKeyHasBeenSet() const { return m_sSECustomerKeyHasBeenSet; }
+
+ /**
+ * <p>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 S3 does not store the encryption key. The key must be
* appropriate for use with the algorithm specified in the
* <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
- */
+ */
inline void SetSSECustomerKey(const Aws::String& value) { m_sSECustomerKeyHasBeenSet = true; m_sSECustomerKey = value; }
/**
@@ -925,13 +925,13 @@ namespace Model
* Amazon S3 uses this header for a message integrity check to ensure that the
* encryption key was transmitted without error.</p>
*/
- inline bool SSECustomerKeyMD5HasBeenSet() const { return m_sSECustomerKeyMD5HasBeenSet; }
-
- /**
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
+ inline bool SSECustomerKeyMD5HasBeenSet() const { return m_sSECustomerKeyMD5HasBeenSet; }
+
+ /**
+ * <p>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 that the
- * encryption key was transmitted without error.</p>
- */
+ * encryption key was transmitted without error.</p>
+ */
inline void SetSSECustomerKeyMD5(const Aws::String& value) { m_sSECustomerKeyMD5HasBeenSet = true; m_sSECustomerKeyMD5 = value; }
/**
@@ -974,9 +974,9 @@ namespace Model
inline const RequestPayer& GetRequestPayer() const{ return m_requestPayer; }
- inline bool RequestPayerHasBeenSet() const { return m_requestPayerHasBeenSet; }
-
-
+ inline bool RequestPayerHasBeenSet() const { return m_requestPayerHasBeenSet; }
+
+
inline void SetRequestPayer(const RequestPayer& value) { m_requestPayerHasBeenSet = true; m_requestPayer = value; }
@@ -1001,13 +1001,13 @@ namespace Model
* and 10,000. Effectively performs a 'ranged' GET request for the part specified.
* Useful for downloading just a part of an object.</p>
*/
- inline bool PartNumberHasBeenSet() const { return m_partNumberHasBeenSet; }
-
- /**
- * <p>Part number of the object being read. This is a positive integer between 1
- * and 10,000. Effectively performs a 'ranged' GET request for the part specified.
- * Useful for downloading just a part of an object.</p>
- */
+ inline bool PartNumberHasBeenSet() const { return m_partNumberHasBeenSet; }
+
+ /**
+ * <p>Part number of the object being read. This is a positive integer between 1
+ * and 10,000. Effectively performs a 'ranged' GET request for the part specified.
+ * Useful for downloading just a part of an object.</p>
+ */
inline void SetPartNumber(int value) { m_partNumberHasBeenSet = true; m_partNumber = value; }
/**
@@ -1079,9 +1079,9 @@ namespace Model
inline const Aws::Map<Aws::String, Aws::String>& GetCustomizedAccessLogTag() const{ return m_customizedAccessLogTag; }
- inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; }
-
-
+ inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; }
+
+
inline void SetCustomizedAccessLogTag(const Aws::Map<Aws::String, Aws::String>& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = value; }