7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
75 template<
typename AwsKmsKeyIdT = Aws::String>
76 void SetAwsKmsKeyId(AwsKmsKeyIdT&& value) { m_awsKmsKeyIdHasBeenSet =
true; m_awsKmsKeyId = std::forward<AwsKmsKeyIdT>(value); }
77 template<
typename AwsKmsKeyIdT = Aws::String>
82 bool m_returnConnectionPasswordEncrypted{
false};
83 bool m_returnConnectionPasswordEncryptedHasBeenSet =
false;
86 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