7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConnectCampaignsV2
44 template<
typename CustomerProfilesDomainArnT = Aws::String>
45 void SetCustomerProfilesDomainArn(CustomerProfilesDomainArnT&& value) { m_customerProfilesDomainArnHasBeenSet =
true; m_customerProfilesDomainArn = std::forward<CustomerProfilesDomainArnT>(value); }
46 template<
typename CustomerProfilesDomainArnT = Aws::String>
52 bool m_customerProfilesDomainArnHasBeenSet =
false;
bool CustomerProfilesDomainArnHasBeenSet() const
AWS_CONNECTCAMPAIGNSV2_API EventTrigger()=default
const Aws::String & GetCustomerProfilesDomainArn() const
EventTrigger & WithCustomerProfilesDomainArn(CustomerProfilesDomainArnT &&value)
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomerProfilesDomainArn(CustomerProfilesDomainArnT &&value)
AWS_CONNECTCAMPAIGNSV2_API EventTrigger & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API EventTrigger(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue