AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
CustomerProfilesIntegrationConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EntityResolution {
20namespace Model {
21
32 public:
33 AWS_ENTITYRESOLUTION_API CustomerProfilesIntegrationConfig() = default;
36 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
43 inline const Aws::String& GetDomainArn() const { return m_domainArn; }
44 inline bool DomainArnHasBeenSet() const { return m_domainArnHasBeenSet; }
45 template <typename DomainArnT = Aws::String>
46 void SetDomainArn(DomainArnT&& value) {
47 m_domainArnHasBeenSet = true;
48 m_domainArn = std::forward<DomainArnT>(value);
49 }
50 template <typename DomainArnT = Aws::String>
52 SetDomainArn(std::forward<DomainArnT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::String& GetObjectTypeArn() const { return m_objectTypeArn; }
63 inline bool ObjectTypeArnHasBeenSet() const { return m_objectTypeArnHasBeenSet; }
64 template <typename ObjectTypeArnT = Aws::String>
65 void SetObjectTypeArn(ObjectTypeArnT&& value) {
66 m_objectTypeArnHasBeenSet = true;
67 m_objectTypeArn = std::forward<ObjectTypeArnT>(value);
68 }
69 template <typename ObjectTypeArnT = Aws::String>
71 SetObjectTypeArn(std::forward<ObjectTypeArnT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_domainArn;
77
78 Aws::String m_objectTypeArn;
79 bool m_domainArnHasBeenSet = false;
80 bool m_objectTypeArnHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace EntityResolution
85} // namespace Aws
AWS_ENTITYRESOLUTION_API CustomerProfilesIntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API CustomerProfilesIntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API CustomerProfilesIntegrationConfig()=default
CustomerProfilesIntegrationConfig & WithDomainArn(DomainArnT &&value)
CustomerProfilesIntegrationConfig & WithObjectTypeArn(ObjectTypeArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue