7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
65 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
73 bool m_encryptionTypeHasBeenSet =
false;
76 bool m_keyIdHasBeenSet =
false;
bool EncryptionTypeHasBeenSet() const
AWS_CONNECT_API EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
void SetKeyId(const char *value)
AWS_CONNECT_API EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEncryptionType(EncryptionType &&value)
EncryptionConfig & WithKeyId(const char *value)
EncryptionConfig & WithKeyId(const Aws::String &value)
const Aws::String & GetKeyId() const
EncryptionConfig & WithEncryptionType(const EncryptionType &value)
const EncryptionType & GetEncryptionType() const
EncryptionConfig & WithKeyId(Aws::String &&value)
void SetKeyId(const Aws::String &value)
bool KeyIdHasBeenSet() const
AWS_CONNECT_API EncryptionConfig()
void SetKeyId(Aws::String &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfig & WithEncryptionType(EncryptionType &&value)
void SetEncryptionType(const EncryptionType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue