aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.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
commit3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h
parent11ae9eca250d0188b7962459cbc6706719e7dca9 (diff)
downloadydb-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/Encryption.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h
index b647d65ef1..87937565bb 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h
@@ -48,12 +48,12 @@ namespace Model
* <p>The server-side encryption algorithm used when storing job results in Amazon
* S3 (for example, AES256, aws:kms).</p>
*/
- inline bool EncryptionTypeHasBeenSet() const { return m_encryptionTypeHasBeenSet; }
-
- /**
- * <p>The server-side encryption algorithm used when storing job results in Amazon
+ inline bool EncryptionTypeHasBeenSet() const { return m_encryptionTypeHasBeenSet; }
+
+ /**
+ * <p>The server-side encryption algorithm used when storing job results in Amazon
* S3 (for example, AES256, aws:kms).</p>
- */
+ */
inline void SetEncryptionType(const ServerSideEncryption& value) { m_encryptionTypeHasBeenSet = true; m_encryptionType = value; }
/**
@@ -95,9 +95,9 @@ namespace Model
* Symmetric and Asymmetric Keys</a> in the <i>AWS Key Management Service Developer
* Guide</i>.</p>
*/
- inline bool KMSKeyIdHasBeenSet() const { return m_kMSKeyIdHasBeenSet; }
-
- /**
+ inline bool KMSKeyIdHasBeenSet() const { return m_kMSKeyIdHasBeenSet; }
+
+ /**
* <p>If the encryption type is <code>aws:kms</code>, this optional value specifies
* the ID of the symmetric customer managed AWS KMS CMK to use for encryption of
* job results. Amazon S3 only supports symmetric CMKs. For more information, see
@@ -105,7 +105,7 @@ namespace Model
* href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using
* Symmetric and Asymmetric Keys</a> in the <i>AWS Key Management Service Developer
* Guide</i>.</p>
- */
+ */
inline void SetKMSKeyId(const Aws::String& value) { m_kMSKeyIdHasBeenSet = true; m_kMSKeyId = value; }
/**
@@ -174,12 +174,12 @@ namespace Model
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be
* used to specify the encryption context for the restore results.</p>
*/
- inline bool KMSContextHasBeenSet() const { return m_kMSContextHasBeenSet; }
-
- /**
+ inline bool KMSContextHasBeenSet() const { return m_kMSContextHasBeenSet; }
+
+ /**
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be
* used to specify the encryption context for the restore results.</p>
- */
+ */
inline void SetKMSContext(const Aws::String& value) { m_kMSContextHasBeenSet = true; m_kMSContext = value; }
/**