AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetDomainName(const Aws::String& value) { m_domainNameHasBeenSet = true; m_domainName = value; }
48 inline void SetDomainName(Aws::String&& value) { m_domainNameHasBeenSet = true; m_domainName = std::move(value); }
49 inline void SetDomainName(const char* value) { m_domainNameHasBeenSet = true; m_domainName.assign(value); }
51 inline CustomerProfilesDestinationProperties& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;}
52 inline CustomerProfilesDestinationProperties& WithDomainName(const char* value) { SetDomainName(value); return *this;}
54
56
60 inline const Aws::String& GetObjectTypeName() const{ return m_objectTypeName; }
61 inline bool ObjectTypeNameHasBeenSet() const { return m_objectTypeNameHasBeenSet; }
62 inline void SetObjectTypeName(const Aws::String& value) { m_objectTypeNameHasBeenSet = true; m_objectTypeName = value; }
63 inline void SetObjectTypeName(Aws::String&& value) { m_objectTypeNameHasBeenSet = true; m_objectTypeName = std::move(value); }
64 inline void SetObjectTypeName(const char* value) { m_objectTypeNameHasBeenSet = true; m_objectTypeName.assign(value); }
67 inline CustomerProfilesDestinationProperties& WithObjectTypeName(const char* value) { SetObjectTypeName(value); return *this;}
69 private:
70
71 Aws::String m_domainName;
72 bool m_domainNameHasBeenSet = false;
73
74 Aws::String m_objectTypeName;
75 bool m_objectTypeNameHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Appflow
80} // namespace Aws
AWS_APPFLOW_API CustomerProfilesDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomerProfilesDestinationProperties & WithObjectTypeName(const Aws::String &value)
CustomerProfilesDestinationProperties & WithDomainName(const char *value)
CustomerProfilesDestinationProperties & WithObjectTypeName(const char *value)
CustomerProfilesDestinationProperties & WithDomainName(const Aws::String &value)
AWS_APPFLOW_API CustomerProfilesDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
CustomerProfilesDestinationProperties & WithObjectTypeName(Aws::String &&value)
CustomerProfilesDestinationProperties & WithDomainName(Aws::String &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue