7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
54 m_returnConnectionPasswordEncryptedHasBeenSet =
true;
55 m_returnConnectionPasswordEncrypted = value;
75 template <
typename AwsKmsKeyIdT = Aws::String>
77 m_awsKmsKeyIdHasBeenSet =
true;
78 m_awsKmsKeyId = std::forward<AwsKmsKeyIdT>(value);
80 template <
typename AwsKmsKeyIdT = Aws::String>
87 bool m_returnConnectionPasswordEncrypted{
false};
90 bool m_returnConnectionPasswordEncryptedHasBeenSet =
false;
91 bool m_awsKmsKeyIdHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectionPasswordEncryption & WithReturnConnectionPasswordEncrypted(bool value)
bool AwsKmsKeyIdHasBeenSet() const
ConnectionPasswordEncryption & WithAwsKmsKeyId(AwsKmsKeyIdT &&value)
bool GetReturnConnectionPasswordEncrypted() const
void SetReturnConnectionPasswordEncrypted(bool value)
AWS_GLUE_API ConnectionPasswordEncryption()=default
void SetAwsKmsKeyId(AwsKmsKeyIdT &&value)
const Aws::String & GetAwsKmsKeyId() const
AWS_GLUE_API ConnectionPasswordEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReturnConnectionPasswordEncryptedHasBeenSet() const
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