AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DataQualityEncryption.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/DataQualityEncryptionMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GLUE_API DataQualityEncryption() = default;
40
41
43
49 inline DataQualityEncryptionMode GetDataQualityEncryptionMode() const { return m_dataQualityEncryptionMode; }
50 inline bool DataQualityEncryptionModeHasBeenSet() const { return m_dataQualityEncryptionModeHasBeenSet; }
51 inline void SetDataQualityEncryptionMode(DataQualityEncryptionMode value) { m_dataQualityEncryptionModeHasBeenSet = true; m_dataQualityEncryptionMode = value; }
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) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
64 template<typename KmsKeyArnT = Aws::String>
65 DataQualityEncryption& WithKmsKeyArn(KmsKeyArnT&& value) { SetKmsKeyArn(std::forward<KmsKeyArnT>(value)); return *this;}
67 private:
68
70 bool m_dataQualityEncryptionModeHasBeenSet = false;
71
72 Aws::String m_kmsKeyArn;
73 bool m_kmsKeyArnHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Glue
78} // 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