aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h
diff options
context:
space:
mode:
authordakovalkov <dakovalkov@yandex-team.com>2023-12-03 13:33:55 +0300
committerdakovalkov <dakovalkov@yandex-team.com>2023-12-03 14:04:39 +0300
commit2a718325637e5302334b6d0a6430f63168f8dbb3 (patch)
tree64be81080b7df9ec1d86d053a0c394ae53fcf1fe /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Encryption.h
parente0d94a470142d95c3007e9c5d80380994940664a (diff)
downloadydb-2a718325637e5302334b6d0a6430f63168f8dbb3.tar.gz
Update contrib/libs/aws-sdk-cpp to 1.11.37
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.h88
1 files changed, 40 insertions, 48 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 87937565bb..729beeeca0 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
@@ -28,14 +28,14 @@ namespace Model
* <a href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Encryption">AWS
* API Reference</a></p>
*/
- class AWS_S3_API Encryption
+ class Encryption
{
public:
- Encryption();
- Encryption(const Aws::Utils::Xml::XmlNode& xmlNode);
- Encryption& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
+ AWS_S3_API Encryption();
+ AWS_S3_API Encryption(const Aws::Utils::Xml::XmlNode& xmlNode);
+ AWS_S3_API Encryption& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
- void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
+ AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
/**
@@ -77,89 +77,81 @@ namespace Model
/**
* <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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
inline const Aws::String& GetKMSKeyId() const{ return m_kMSKeyId; }
/**
* <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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
inline void SetKMSKeyId(const Aws::String& value) { m_kMSKeyIdHasBeenSet = true; m_kMSKeyId = value; }
/**
* <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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
inline void SetKMSKeyId(Aws::String&& value) { m_kMSKeyIdHasBeenSet = true; m_kMSKeyId = std::move(value); }
/**
* <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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
inline void SetKMSKeyId(const char* value) { m_kMSKeyIdHasBeenSet = true; m_kMSKeyId.assign(value); }
/**
* <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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
inline Encryption& WithKMSKeyId(const Aws::String& value) { SetKMSKeyId(value); return *this;}
/**
* <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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
inline Encryption& WithKMSKeyId(Aws::String&& value) { SetKMSKeyId(std::move(value)); return *this;}
/**
* <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
- * <a
+ * the ID of the symmetric customer managed key to use for encryption of job
+ * results. Amazon S3 only supports symmetric keys. For more information, see <a
* 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>
+ * symmetric and asymmetric keys</a> in the <i>Amazon Web Services Key Management
+ * Service Developer Guide</i>.</p>
*/
inline Encryption& WithKMSKeyId(const char* value) { SetKMSKeyId(value); return *this;}
@@ -215,13 +207,13 @@ namespace Model
private:
ServerSideEncryption m_encryptionType;
- bool m_encryptionTypeHasBeenSet;
+ bool m_encryptionTypeHasBeenSet = false;
Aws::String m_kMSKeyId;
- bool m_kMSKeyIdHasBeenSet;
+ bool m_kMSKeyIdHasBeenSet = false;
Aws::String m_kMSContext;
- bool m_kMSContextHasBeenSet;
+ bool m_kMSContextHasBeenSet = false;
};
} // namespace Model