AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
IntegrationSummary.h
1
6#pragma once
7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/CustomerProfilesIntegrationSummary.h>
9#include <aws/connectcampaignsv2/model/QConnectIntegrationSummary.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 IntegrationSummary() = default;
36 AWS_CONNECTCAMPAIGNSV2_API IntegrationSummary(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CONNECTCAMPAIGNSV2_API IntegrationSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const CustomerProfilesIntegrationSummary& GetCustomerProfiles() const { return m_customerProfiles; }
44 inline bool CustomerProfilesHasBeenSet() const { return m_customerProfilesHasBeenSet; }
45 template<typename CustomerProfilesT = CustomerProfilesIntegrationSummary>
46 void SetCustomerProfiles(CustomerProfilesT&& value) { m_customerProfilesHasBeenSet = true; m_customerProfiles = std::forward<CustomerProfilesT>(value); }
47 template<typename CustomerProfilesT = CustomerProfilesIntegrationSummary>
48 IntegrationSummary& WithCustomerProfiles(CustomerProfilesT&& value) { SetCustomerProfiles(std::forward<CustomerProfilesT>(value)); return *this;}
50
52
53 inline const QConnectIntegrationSummary& GetQConnect() const { return m_qConnect; }
54 inline bool QConnectHasBeenSet() const { return m_qConnectHasBeenSet; }
55 template<typename QConnectT = QConnectIntegrationSummary>
56 void SetQConnect(QConnectT&& value) { m_qConnectHasBeenSet = true; m_qConnect = std::forward<QConnectT>(value); }
57 template<typename QConnectT = QConnectIntegrationSummary>
58 IntegrationSummary& WithQConnect(QConnectT&& value) { SetQConnect(std::forward<QConnectT>(value)); return *this;}
60 private:
61
62 CustomerProfilesIntegrationSummary m_customerProfiles;
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 IntegrationSummary()=default
const QConnectIntegrationSummary & GetQConnect() const
IntegrationSummary & WithQConnect(QConnectT &&value)
AWS_CONNECTCAMPAIGNSV2_API IntegrationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const CustomerProfilesIntegrationSummary & GetCustomerProfiles() const
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCAMPAIGNSV2_API IntegrationSummary(Aws::Utils::Json::JsonView jsonValue)
IntegrationSummary & WithCustomerProfiles(CustomerProfilesT &&value)
Aws::Utils::Json::JsonValue JsonValue