AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
IntegrationIdentifier.h
1
6#pragma once
7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/CustomerProfilesIntegrationIdentifier.h>
9#include <aws/connectcampaignsv2/model/QConnectIntegrationIdentifier.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace ConnectCampaignsV2
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_CONNECTCAMPAIGNSV2_API IntegrationIdentifier() = default;
36 AWS_CONNECTCAMPAIGNSV2_API IntegrationIdentifier(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CONNECTCAMPAIGNSV2_API IntegrationIdentifier& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const CustomerProfilesIntegrationIdentifier& GetCustomerProfiles() const { return m_customerProfiles; }
44 inline bool CustomerProfilesHasBeenSet() const { return m_customerProfilesHasBeenSet; }
45 template<typename CustomerProfilesT = CustomerProfilesIntegrationIdentifier>
46 void SetCustomerProfiles(CustomerProfilesT&& value) { m_customerProfilesHasBeenSet = true; m_customerProfiles = std::forward<CustomerProfilesT>(value); }
47 template<typename CustomerProfilesT = CustomerProfilesIntegrationIdentifier>
48 IntegrationIdentifier& WithCustomerProfiles(CustomerProfilesT&& value) { SetCustomerProfiles(std::forward<CustomerProfilesT>(value)); return *this;}
50
52
53 inline const QConnectIntegrationIdentifier& GetQConnect() const { return m_qConnect; }
54 inline bool QConnectHasBeenSet() const { return m_qConnectHasBeenSet; }
55 template<typename QConnectT = QConnectIntegrationIdentifier>
56 void SetQConnect(QConnectT&& value) { m_qConnectHasBeenSet = true; m_qConnect = std::forward<QConnectT>(value); }
57 template<typename QConnectT = QConnectIntegrationIdentifier>
58 IntegrationIdentifier& WithQConnect(QConnectT&& value) { SetQConnect(std::forward<QConnectT>(value)); return *this;}
60 private:
61
63 bool m_customerProfilesHasBeenSet = false;
64
66 bool m_qConnectHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace ConnectCampaignsV2
71} // namespace Aws
AWS_CONNECTCAMPAIGNSV2_API IntegrationIdentifier(Aws::Utils::Json::JsonView jsonValue)
IntegrationIdentifier & WithQConnect(QConnectT &&value)
const CustomerProfilesIntegrationIdentifier & GetCustomerProfiles() const
AWS_CONNECTCAMPAIGNSV2_API IntegrationIdentifier()=default
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
IntegrationIdentifier & WithCustomerProfiles(CustomerProfilesT &&value)
AWS_CONNECTCAMPAIGNSV2_API IntegrationIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
const QConnectIntegrationIdentifier & GetQConnect() const
Aws::Utils::Json::JsonValue JsonValue