AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
DataQualityEncryption.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/DataQualityEncryptionMode.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Glue {
21namespace Model {
22
30 public:
31 AWS_GLUE_API DataQualityEncryption() = default;
35
37
43 inline DataQualityEncryptionMode GetDataQualityEncryptionMode() const { return m_dataQualityEncryptionMode; }
44 inline bool DataQualityEncryptionModeHasBeenSet() const { return m_dataQualityEncryptionModeHasBeenSet; }
46 m_dataQualityEncryptionModeHasBeenSet = true;
47 m_dataQualityEncryptionMode = value;
48 }
51 return *this;
52 }
54
56
60 inline const Aws::String& GetKmsKeyArn() const { return m_kmsKeyArn; }
61 inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; }
62 template <typename KmsKeyArnT = Aws::String>
63 void SetKmsKeyArn(KmsKeyArnT&& value) {
64 m_kmsKeyArnHasBeenSet = true;
65 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
66 }
67 template <typename KmsKeyArnT = Aws::String>
68 DataQualityEncryption& WithKmsKeyArn(KmsKeyArnT&& value) {
69 SetKmsKeyArn(std::forward<KmsKeyArnT>(value));
70 return *this;
71 }
73 private:
75
76 Aws::String m_kmsKeyArn;
77 bool m_dataQualityEncryptionModeHasBeenSet = false;
78 bool m_kmsKeyArnHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace Glue
83} // namespace Aws
DataQualityEncryption & WithKmsKeyArn(KmsKeyArnT &&value)
DataQualityEncryptionMode GetDataQualityEncryptionMode() const
AWS_GLUE_API DataQualityEncryption(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DataQualityEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDataQualityEncryptionMode(DataQualityEncryptionMode value)
AWS_GLUE_API DataQualityEncryption()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DataQualityEncryption & WithDataQualityEncryptionMode(DataQualityEncryptionMode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue