AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
EventTrigger.h
1
6#pragma once
7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ConnectCampaignsV2
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_CONNECTCAMPAIGNSV2_API EventTrigger() = default;
35 AWS_CONNECTCAMPAIGNSV2_API EventTrigger(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CONNECTCAMPAIGNSV2_API EventTrigger& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
42 inline const Aws::String& GetCustomerProfilesDomainArn() const { return m_customerProfilesDomainArn; }
43 inline bool CustomerProfilesDomainArnHasBeenSet() const { return m_customerProfilesDomainArnHasBeenSet; }
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>
47 EventTrigger& WithCustomerProfilesDomainArn(CustomerProfilesDomainArnT&& value) { SetCustomerProfilesDomainArn(std::forward<CustomerProfilesDomainArnT>(value)); return *this;}
49 private:
50
51 Aws::String m_customerProfilesDomainArn;
52 bool m_customerProfilesDomainArnHasBeenSet = false;
53 };
54
55} // namespace Model
56} // namespace ConnectCampaignsV2
57} // namespace Aws
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