diff options
author | unril <unril@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
commit | 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectRequest.h | |
parent | 11ae9eca250d0188b7962459cbc6706719e7dca9 (diff) | |
download | ydb-3b241dd57cf58f20bbbd63fa6a0a758dbec09b68.tar.gz |
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectRequest.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectRequest.h | 202 |
1 files changed, 101 insertions, 101 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectRequest.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectRequest.h index ef8c8193fa..d7de0c5ab2 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectRequest.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectRequest.h @@ -43,7 +43,7 @@ namespace Model Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; - /** + /** * <p>The name of the bucket 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 name of the bucket 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 name of the bucket 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 name of the bucket 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 name of the bucket 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 name of the bucket 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 HeadObjectRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;} - /** + /** * <p>The name of the bucket 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 HeadObjectRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;} - /** + /** * <p>The name of the bucket 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 HeadObjectRequest& 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 HeadObjectRequest& WithIfUnmodifiedSince(Aws::Utils::DateTime&& value) { SetIfUnmodifiedSince(std::move(value)); return *this;} - /** + /** * <p>The object key.</p> - */ + */ inline const Aws::String& GetKey() const{ return m_key; } - /** + /** * <p>The object key.</p> - */ - inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; } - - /** + */ + inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; } + + /** * <p>The object key.</p> - */ + */ inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; } - /** + /** * <p>The object key.</p> - */ + */ inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); } - /** + /** * <p>The object key.</p> - */ + */ inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); } - /** + /** * <p>The object key.</p> - */ + */ inline HeadObjectRequest& WithKey(const Aws::String& value) { SetKey(value); return *this;} - /** + /** * <p>The object key.</p> - */ + */ inline HeadObjectRequest& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} - /** + /** * <p>The object key.</p> - */ + */ inline HeadObjectRequest& 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="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">http://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>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; } /** @@ -565,12 +565,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; } /** @@ -620,15 +620,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; } /** @@ -689,13 +689,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; } /** @@ -738,9 +738,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; } @@ -767,14 +767,14 @@ namespace Model * Useful querying about the size of the part and the number of parts in this * 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' HEAD request for the part specified. - * Useful querying about the size of the part and the number of parts in this - * 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' HEAD request for the part specified. + * Useful querying about the size of the part and the number of parts in this + * object.</p> + */ inline void SetPartNumber(int value) { m_partNumberHasBeenSet = true; m_partNumber = value; } /** @@ -847,9 +847,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; } |