7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8#include <aws/connectcampaigns/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ConnectCampaigns
48 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
68 inline void SetKeyArn(
const char* value) { m_keyArnHasBeenSet =
true; m_keyArn.assign(value); }
76 bool m_enabledHasBeenSet =
false;
79 bool m_encryptionTypeHasBeenSet =
false;
82 bool m_keyArnHasBeenSet =
false;
bool EnabledHasBeenSet() const
void SetEnabled(bool value)
void SetKeyArn(Aws::String &&value)
void SetKeyArn(const Aws::String &value)
bool EncryptionTypeHasBeenSet() const
AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfig & WithKeyArn(const char *value)
AWS_CONNECTCAMPAIGNS_API EncryptionConfig()
void SetEncryptionType(const EncryptionType &value)
const EncryptionType & GetEncryptionType() const
AWS_CONNECTCAMPAIGNS_API EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyArnHasBeenSet() const
const Aws::String & GetKeyArn() const
void SetKeyArn(const char *value)
EncryptionConfig & WithKeyArn(Aws::String &&value)
void SetEncryptionType(EncryptionType &&value)
EncryptionConfig & WithEncryptionType(EncryptionType &&value)
EncryptionConfig & WithEnabled(bool value)
EncryptionConfig & WithKeyArn(const Aws::String &value)
EncryptionConfig & WithEncryptionType(const EncryptionType &value)
AWS_CONNECTCAMPAIGNS_API EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue