7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectCampaignsV2 {
43 m_enabledHasBeenSet =
true;
57 m_encryptionTypeHasBeenSet =
true;
58 m_encryptionType = value;
70 template <
typename KeyArnT = Aws::String>
72 m_keyArnHasBeenSet =
true;
73 m_keyArn = std::forward<KeyArnT>(value);
75 template <
typename KeyArnT = Aws::String>
82 bool m_enabled{
false};
87 bool m_enabledHasBeenSet =
false;
88 bool m_encryptionTypeHasBeenSet =
false;
89 bool m_keyArnHasBeenSet =
false;
bool KeyArnHasBeenSet() const
const Aws::String & GetKeyArn() const
EncryptionConfig & WithEncryptionType(EncryptionType value)
EncryptionConfig & WithKeyArn(KeyArnT &&value)
void SetKeyArn(KeyArnT &&value)
AWS_CONNECTCAMPAIGNSV2_API EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionType GetEncryptionType() const
AWS_CONNECTCAMPAIGNSV2_API EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API EncryptionConfig()=default
bool EnabledHasBeenSet() const
void SetEncryptionType(EncryptionType value)
void SetEnabled(bool value)
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfig & WithEnabled(bool value)
bool EncryptionTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue