AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ThemeSummary.h
1
6#pragma once
7#include <aws/amplifyuibuilder/AmplifyUIBuilder_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 AmplifyUIBuilder
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_AMPLIFYUIBUILDER_API ThemeSummary();
35 AWS_AMPLIFYUIBUILDER_API ThemeSummary(Aws::Utils::Json::JsonView jsonValue);
36 AWS_AMPLIFYUIBUILDER_API ThemeSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetAppId() const{ return m_appId; }
45 inline bool AppIdHasBeenSet() const { return m_appIdHasBeenSet; }
46 inline void SetAppId(const Aws::String& value) { m_appIdHasBeenSet = true; m_appId = value; }
47 inline void SetAppId(Aws::String&& value) { m_appIdHasBeenSet = true; m_appId = std::move(value); }
48 inline void SetAppId(const char* value) { m_appIdHasBeenSet = true; m_appId.assign(value); }
49 inline ThemeSummary& WithAppId(const Aws::String& value) { SetAppId(value); return *this;}
50 inline ThemeSummary& WithAppId(Aws::String&& value) { SetAppId(std::move(value)); return *this;}
51 inline ThemeSummary& WithAppId(const char* value) { SetAppId(value); return *this;}
53
55
58 inline const Aws::String& GetEnvironmentName() const{ return m_environmentName; }
59 inline bool EnvironmentNameHasBeenSet() const { return m_environmentNameHasBeenSet; }
60 inline void SetEnvironmentName(const Aws::String& value) { m_environmentNameHasBeenSet = true; m_environmentName = value; }
61 inline void SetEnvironmentName(Aws::String&& value) { m_environmentNameHasBeenSet = true; m_environmentName = std::move(value); }
62 inline void SetEnvironmentName(const char* value) { m_environmentNameHasBeenSet = true; m_environmentName.assign(value); }
63 inline ThemeSummary& WithEnvironmentName(const Aws::String& value) { SetEnvironmentName(value); return *this;}
64 inline ThemeSummary& WithEnvironmentName(Aws::String&& value) { SetEnvironmentName(std::move(value)); return *this;}
65 inline ThemeSummary& WithEnvironmentName(const char* value) { SetEnvironmentName(value); return *this;}
67
69
72 inline const Aws::String& GetId() const{ return m_id; }
73 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
74 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
75 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
76 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
77 inline ThemeSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
78 inline ThemeSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
79 inline ThemeSummary& WithId(const char* value) { SetId(value); return *this;}
81
83
86 inline const Aws::String& GetName() const{ return m_name; }
87 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
88 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
89 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
90 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
91 inline ThemeSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
92 inline ThemeSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
93 inline ThemeSummary& WithName(const char* value) { SetName(value); return *this;}
95 private:
96
97 Aws::String m_appId;
98 bool m_appIdHasBeenSet = false;
99
100 Aws::String m_environmentName;
101 bool m_environmentNameHasBeenSet = false;
102
103 Aws::String m_id;
104 bool m_idHasBeenSet = false;
105
106 Aws::String m_name;
107 bool m_nameHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace AmplifyUIBuilder
112} // namespace Aws
void SetAppId(const Aws::String &value)
ThemeSummary & WithId(const char *value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AMPLIFYUIBUILDER_API ThemeSummary(Aws::Utils::Json::JsonView jsonValue)
void SetEnvironmentName(const char *value)
ThemeSummary & WithAppId(const char *value)
ThemeSummary & WithName(Aws::String &&value)
const Aws::String & GetAppId() const
AWS_AMPLIFYUIBUILDER_API ThemeSummary()
void SetEnvironmentName(const Aws::String &value)
void SetEnvironmentName(Aws::String &&value)
ThemeSummary & WithName(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API ThemeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ThemeSummary & WithId(const Aws::String &value)
const Aws::String & GetId() const
ThemeSummary & WithEnvironmentName(const char *value)
ThemeSummary & WithEnvironmentName(Aws::String &&value)
void SetId(const Aws::String &value)
ThemeSummary & WithAppId(Aws::String &&value)
ThemeSummary & WithId(Aws::String &&value)
ThemeSummary & WithName(const char *value)
const Aws::String & GetName() const
void SetName(const Aws::String &value)
ThemeSummary & WithAppId(const Aws::String &value)
const Aws::String & GetEnvironmentName() const
ThemeSummary & WithEnvironmentName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue