AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
CustomerProfilesDestinationProperties.h
1
6#pragma once
7#include <aws/appflow/Appflow_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 Appflow {
20namespace Model {
21
29 public:
30 AWS_APPFLOW_API CustomerProfilesDestinationProperties() = default;
33 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetDomainName() const { return m_domainName; }
40 inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; }
41 template <typename DomainNameT = Aws::String>
42 void SetDomainName(DomainNameT&& value) {
43 m_domainNameHasBeenSet = true;
44 m_domainName = std::forward<DomainNameT>(value);
45 }
46 template <typename DomainNameT = Aws::String>
48 SetDomainName(std::forward<DomainNameT>(value));
49 return *this;
50 }
52
54
58 inline const Aws::String& GetObjectTypeName() const { return m_objectTypeName; }
59 inline bool ObjectTypeNameHasBeenSet() const { return m_objectTypeNameHasBeenSet; }
60 template <typename ObjectTypeNameT = Aws::String>
61 void SetObjectTypeName(ObjectTypeNameT&& value) {
62 m_objectTypeNameHasBeenSet = true;
63 m_objectTypeName = std::forward<ObjectTypeNameT>(value);
64 }
65 template <typename ObjectTypeNameT = Aws::String>
67 SetObjectTypeName(std::forward<ObjectTypeNameT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_domainName;
73
74 Aws::String m_objectTypeName;
75 bool m_domainNameHasBeenSet = false;
76 bool m_objectTypeNameHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace Appflow
81} // namespace Aws
CustomerProfilesDestinationProperties & WithDomainName(DomainNameT &&value)
AWS_APPFLOW_API CustomerProfilesDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API CustomerProfilesDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
CustomerProfilesDestinationProperties & WithObjectTypeName(ObjectTypeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue