AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CustomerProfilesIntegrationIdentifier.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 CustomerProfilesIntegrationIdentifier() = default;
37 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
42 inline const Aws::String& GetDomainArn() const { return m_domainArn; }
43 inline bool DomainArnHasBeenSet() const { return m_domainArnHasBeenSet; }
44 template<typename DomainArnT = Aws::String>
45 void SetDomainArn(DomainArnT&& value) { m_domainArnHasBeenSet = true; m_domainArn = std::forward<DomainArnT>(value); }
46 template<typename DomainArnT = Aws::String>
47 CustomerProfilesIntegrationIdentifier& WithDomainArn(DomainArnT&& value) { SetDomainArn(std::forward<DomainArnT>(value)); return *this;}
49 private:
50
51 Aws::String m_domainArn;
52 bool m_domainArnHasBeenSet = false;
53 };
54
55} // namespace Model
56} // namespace ConnectCampaignsV2
57} // namespace Aws
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationIdentifier()=default
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CustomerProfilesIntegrationIdentifier & WithDomainArn(DomainArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue