AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ConnectionPasswordEncryption.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
38 public:
39 AWS_GLUE_API ConnectionPasswordEncryption() = default;
43
45
51 inline bool GetReturnConnectionPasswordEncrypted() const { return m_returnConnectionPasswordEncrypted; }
52 inline bool ReturnConnectionPasswordEncryptedHasBeenSet() const { return m_returnConnectionPasswordEncryptedHasBeenSet; }
53 inline void SetReturnConnectionPasswordEncrypted(bool value) {
54 m_returnConnectionPasswordEncryptedHasBeenSet = true;
55 m_returnConnectionPasswordEncrypted = value;
56 }
59 return *this;
60 }
62
64
73 inline const Aws::String& GetAwsKmsKeyId() const { return m_awsKmsKeyId; }
74 inline bool AwsKmsKeyIdHasBeenSet() const { return m_awsKmsKeyIdHasBeenSet; }
75 template <typename AwsKmsKeyIdT = Aws::String>
76 void SetAwsKmsKeyId(AwsKmsKeyIdT&& value) {
77 m_awsKmsKeyIdHasBeenSet = true;
78 m_awsKmsKeyId = std::forward<AwsKmsKeyIdT>(value);
79 }
80 template <typename AwsKmsKeyIdT = Aws::String>
82 SetAwsKmsKeyId(std::forward<AwsKmsKeyIdT>(value));
83 return *this;
84 }
86 private:
87 bool m_returnConnectionPasswordEncrypted{false};
88
89 Aws::String m_awsKmsKeyId;
90 bool m_returnConnectionPasswordEncryptedHasBeenSet = false;
91 bool m_awsKmsKeyIdHasBeenSet = false;
92};
93
94} // namespace Model
95} // namespace Glue
96} // namespace Aws
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectionPasswordEncryption & WithReturnConnectionPasswordEncrypted(bool value)
ConnectionPasswordEncryption & WithAwsKmsKeyId(AwsKmsKeyIdT &&value)
AWS_GLUE_API ConnectionPasswordEncryption()=default
AWS_GLUE_API ConnectionPasswordEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API ConnectionPasswordEncryption(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue