AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataCatalogEncryptionSettings.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/EncryptionAtRest.h>
9#include <aws/glue/model/ConnectionPasswordEncryption.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:
40
41
43
46 inline const EncryptionAtRest& GetEncryptionAtRest() const{ return m_encryptionAtRest; }
47 inline bool EncryptionAtRestHasBeenSet() const { return m_encryptionAtRestHasBeenSet; }
48 inline void SetEncryptionAtRest(const EncryptionAtRest& value) { m_encryptionAtRestHasBeenSet = true; m_encryptionAtRest = value; }
49 inline void SetEncryptionAtRest(EncryptionAtRest&& value) { m_encryptionAtRestHasBeenSet = true; m_encryptionAtRest = std::move(value); }
53
55
62 inline const ConnectionPasswordEncryption& GetConnectionPasswordEncryption() const{ return m_connectionPasswordEncryption; }
63 inline bool ConnectionPasswordEncryptionHasBeenSet() const { return m_connectionPasswordEncryptionHasBeenSet; }
64 inline void SetConnectionPasswordEncryption(const ConnectionPasswordEncryption& value) { m_connectionPasswordEncryptionHasBeenSet = true; m_connectionPasswordEncryption = value; }
65 inline void SetConnectionPasswordEncryption(ConnectionPasswordEncryption&& value) { m_connectionPasswordEncryptionHasBeenSet = true; m_connectionPasswordEncryption = std::move(value); }
69 private:
70
71 EncryptionAtRest m_encryptionAtRest;
72 bool m_encryptionAtRestHasBeenSet = false;
73
74 ConnectionPasswordEncryption m_connectionPasswordEncryption;
75 bool m_connectionPasswordEncryptionHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Glue
80} // namespace Aws
DataCatalogEncryptionSettings & WithConnectionPasswordEncryption(const ConnectionPasswordEncryption &value)
DataCatalogEncryptionSettings & WithEncryptionAtRest(const EncryptionAtRest &value)
void SetConnectionPasswordEncryption(ConnectionPasswordEncryption &&value)
void SetConnectionPasswordEncryption(const ConnectionPasswordEncryption &value)
DataCatalogEncryptionSettings & WithEncryptionAtRest(EncryptionAtRest &&value)
const ConnectionPasswordEncryption & GetConnectionPasswordEncryption() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DataCatalogEncryptionSettings & WithConnectionPasswordEncryption(ConnectionPasswordEncryption &&value)
AWS_GLUE_API DataCatalogEncryptionSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DataCatalogEncryptionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue