AWS SDK for C++

AWS SDK for C++ Version 1.11.746

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConnectCampaignsV2 {
20namespace Model {
21
28 public:
29 AWS_CONNECTCAMPAIGNSV2_API EventTrigger() = default;
30 AWS_CONNECTCAMPAIGNSV2_API EventTrigger(Aws::Utils::Json::JsonView jsonValue);
31 AWS_CONNECTCAMPAIGNSV2_API EventTrigger& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
36 inline const Aws::String& GetCustomerProfilesDomainArn() const { return m_customerProfilesDomainArn; }
37 inline bool CustomerProfilesDomainArnHasBeenSet() const { return m_customerProfilesDomainArnHasBeenSet; }
38 template <typename CustomerProfilesDomainArnT = Aws::String>
39 void SetCustomerProfilesDomainArn(CustomerProfilesDomainArnT&& value) {
40 m_customerProfilesDomainArnHasBeenSet = true;
41 m_customerProfilesDomainArn = std::forward<CustomerProfilesDomainArnT>(value);
42 }
43 template <typename CustomerProfilesDomainArnT = Aws::String>
44 EventTrigger& WithCustomerProfilesDomainArn(CustomerProfilesDomainArnT&& value) {
45 SetCustomerProfilesDomainArn(std::forward<CustomerProfilesDomainArnT>(value));
46 return *this;
47 }
49 private:
50 Aws::String m_customerProfilesDomainArn;
51 bool m_customerProfilesDomainArnHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace ConnectCampaignsV2
56} // 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