AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListProfileObjectsItem.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_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 CustomerProfiles
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_CUSTOMERPROFILES_API ListProfileObjectsItem();
35 AWS_CUSTOMERPROFILES_API ListProfileObjectsItem(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CUSTOMERPROFILES_API ListProfileObjectsItem& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const Aws::String& GetObjectTypeName() const{ return m_objectTypeName; }
46 inline bool ObjectTypeNameHasBeenSet() const { return m_objectTypeNameHasBeenSet; }
47 inline void SetObjectTypeName(const Aws::String& value) { m_objectTypeNameHasBeenSet = true; m_objectTypeName = value; }
48 inline void SetObjectTypeName(Aws::String&& value) { m_objectTypeNameHasBeenSet = true; m_objectTypeName = std::move(value); }
49 inline void SetObjectTypeName(const char* value) { m_objectTypeNameHasBeenSet = true; m_objectTypeName.assign(value); }
50 inline ListProfileObjectsItem& WithObjectTypeName(const Aws::String& value) { SetObjectTypeName(value); return *this;}
51 inline ListProfileObjectsItem& WithObjectTypeName(Aws::String&& value) { SetObjectTypeName(std::move(value)); return *this;}
52 inline ListProfileObjectsItem& WithObjectTypeName(const char* value) { SetObjectTypeName(value); return *this;}
54
56
59 inline const Aws::String& GetProfileObjectUniqueKey() const{ return m_profileObjectUniqueKey; }
60 inline bool ProfileObjectUniqueKeyHasBeenSet() const { return m_profileObjectUniqueKeyHasBeenSet; }
61 inline void SetProfileObjectUniqueKey(const Aws::String& value) { m_profileObjectUniqueKeyHasBeenSet = true; m_profileObjectUniqueKey = value; }
62 inline void SetProfileObjectUniqueKey(Aws::String&& value) { m_profileObjectUniqueKeyHasBeenSet = true; m_profileObjectUniqueKey = std::move(value); }
63 inline void SetProfileObjectUniqueKey(const char* value) { m_profileObjectUniqueKeyHasBeenSet = true; m_profileObjectUniqueKey.assign(value); }
66 inline ListProfileObjectsItem& WithProfileObjectUniqueKey(const char* value) { SetProfileObjectUniqueKey(value); return *this;}
68
70
73 inline const Aws::String& GetObject() const{ return m_object; }
74 inline bool ObjectHasBeenSet() const { return m_objectHasBeenSet; }
75 inline void SetObject(const Aws::String& value) { m_objectHasBeenSet = true; m_object = value; }
76 inline void SetObject(Aws::String&& value) { m_objectHasBeenSet = true; m_object = std::move(value); }
77 inline void SetObject(const char* value) { m_objectHasBeenSet = true; m_object.assign(value); }
78 inline ListProfileObjectsItem& WithObject(const Aws::String& value) { SetObject(value); return *this;}
79 inline ListProfileObjectsItem& WithObject(Aws::String&& value) { SetObject(std::move(value)); return *this;}
80 inline ListProfileObjectsItem& WithObject(const char* value) { SetObject(value); return *this;}
82 private:
83
84 Aws::String m_objectTypeName;
85 bool m_objectTypeNameHasBeenSet = false;
86
87 Aws::String m_profileObjectUniqueKey;
88 bool m_profileObjectUniqueKeyHasBeenSet = false;
89
90 Aws::String m_object;
91 bool m_objectHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace CustomerProfiles
96} // namespace Aws
AWS_CUSTOMERPROFILES_API ListProfileObjectsItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API ListProfileObjectsItem(Aws::Utils::Json::JsonView jsonValue)
ListProfileObjectsItem & WithObjectTypeName(const Aws::String &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ListProfileObjectsItem & WithObjectTypeName(const char *value)
ListProfileObjectsItem & WithObject(Aws::String &&value)
ListProfileObjectsItem & WithProfileObjectUniqueKey(Aws::String &&value)
ListProfileObjectsItem & WithProfileObjectUniqueKey(const char *value)
ListProfileObjectsItem & WithObject(const Aws::String &value)
ListProfileObjectsItem & WithProfileObjectUniqueKey(const Aws::String &value)
ListProfileObjectsItem & WithObject(const char *value)
ListProfileObjectsItem & WithObjectTypeName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue