AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#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 Appflow
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_APPFLOW_API CustomerProfilesDestinationProperties() = default;
38 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDomainName() const { return m_domainName; }
46 inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; }
47 template<typename DomainNameT = Aws::String>
48 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet = true; m_domainName = std::forward<DomainNameT>(value); }
49 template<typename DomainNameT = Aws::String>
50 CustomerProfilesDestinationProperties& WithDomainName(DomainNameT&& value) { SetDomainName(std::forward<DomainNameT>(value)); return *this;}
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) { m_objectTypeNameHasBeenSet = true; m_objectTypeName = std::forward<ObjectTypeNameT>(value); }
62 template<typename ObjectTypeNameT = Aws::String>
63 CustomerProfilesDestinationProperties& WithObjectTypeName(ObjectTypeNameT&& value) { SetObjectTypeName(std::forward<ObjectTypeNameT>(value)); return *this;}
65 private:
66
67 Aws::String m_domainName;
68 bool m_domainNameHasBeenSet = false;
69
70 Aws::String m_objectTypeName;
71 bool m_objectTypeNameHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace Appflow
76} // 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