7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename KeyIdT = Aws::String>
62 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
63 template<
typename KeyIdT = Aws::String>
69 bool m_encryptionTypeHasBeenSet =
false;
72 bool m_keyIdHasBeenSet =
false;
bool EncryptionTypeHasBeenSet() const
AWS_CONNECT_API EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKeyId() const
void SetKeyId(KeyIdT &&value)
EncryptionConfig & WithEncryptionType(EncryptionType value)
AWS_CONNECT_API EncryptionConfig()=default
EncryptionType GetEncryptionType() const
bool KeyIdHasBeenSet() const
void SetEncryptionType(EncryptionType value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfig & WithKeyId(KeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue