7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 m_encryptionTypeHasBeenSet =
true;
43 m_encryptionType = value;
61 template <
typename KeyIdT = Aws::String>
63 m_keyIdHasBeenSet =
true;
64 m_keyId = std::forward<KeyIdT>(value);
66 template <
typename KeyIdT = Aws::String>
68 SetKeyId(std::forward<KeyIdT>(value));
76 bool m_encryptionTypeHasBeenSet =
false;
77 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