7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/amplifyuibuilder/model/ThemeValues.h>
25namespace AmplifyUIBuilder
39 AWS_AMPLIFYUIBUILDER_API
Theme();
53 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
67 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
80 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
81 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
95 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
167 inline Theme&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
168 inline Theme&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
169 inline Theme&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
174 bool m_appIdHasBeenSet =
false;
177 bool m_environmentNameHasBeenSet =
false;
180 bool m_idHasBeenSet =
false;
183 bool m_nameHasBeenSet =
false;
186 bool m_createdAtHasBeenSet =
false;
189 bool m_modifiedAtHasBeenSet =
false;
192 bool m_valuesHasBeenSet =
false;
195 bool m_overridesHasBeenSet =
false;
198 bool m_tagsHasBeenSet =
false;
Theme & WithModifiedAt(Aws::Utils::DateTime &&value)
bool TagsHasBeenSet() const
Theme & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
Theme & AddTags(const char *key, const char *value)
void SetName(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Theme & WithAppId(const char *value)
bool OverridesHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
Theme & WithCreatedAt(Aws::Utils::DateTime &&value)
Theme & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
Theme & WithModifiedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetName(const char *value)
AWS_AMPLIFYUIBUILDER_API Theme & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EnvironmentNameHasBeenSet() const
const Aws::Utils::DateTime & GetModifiedAt() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetEnvironmentName(const char *value)
void SetId(Aws::String &&value)
void SetEnvironmentName(Aws::String &&value)
Theme & AddOverrides(const ThemeValues &value)
Theme & WithAppId(const Aws::String &value)
Theme & WithName(const Aws::String &value)
Theme & AddValues(ThemeValues &&value)
Theme & AddTags(Aws::String &&key, Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API Theme()
void SetValues(Aws::Vector< ThemeValues > &&value)
void SetValues(const Aws::Vector< ThemeValues > &value)
const Aws::Vector< ThemeValues > & GetValues() const
Theme & WithId(const Aws::String &value)
bool ModifiedAtHasBeenSet() const
Theme & WithCreatedAt(const Aws::Utils::DateTime &value)
bool NameHasBeenSet() const
Theme & WithValues(const Aws::Vector< ThemeValues > &value)
Theme & AddValues(const ThemeValues &value)
void SetOverrides(const Aws::Vector< ThemeValues > &value)
bool ValuesHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
Theme & WithValues(Aws::Vector< ThemeValues > &&value)
Theme & WithName(const char *value)
Theme & WithAppId(Aws::String &&value)
void SetModifiedAt(const Aws::Utils::DateTime &value)
bool IdHasBeenSet() const
const Aws::Vector< ThemeValues > & GetOverrides() const
Theme & AddTags(Aws::String &&key, const Aws::String &value)
Theme & AddTags(Aws::String &&key, const char *value)
const Aws::String & GetAppId() const
void SetOverrides(Aws::Vector< ThemeValues > &&value)
void SetAppId(Aws::String &&value)
Theme & WithId(Aws::String &&value)
const Aws::String & GetEnvironmentName() const
Theme & AddTags(const char *key, Aws::String &&value)
const Aws::String & GetName() const
Theme & AddTags(const Aws::String &key, const Aws::String &value)
Theme & WithEnvironmentName(Aws::String &&value)
Theme & WithEnvironmentName(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API Theme(Aws::Utils::Json::JsonView jsonValue)
Theme & WithName(Aws::String &&value)
void SetId(const Aws::String &value)
Theme & WithEnvironmentName(const char *value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
Theme & WithOverrides(const Aws::Vector< ThemeValues > &value)
Theme & WithOverrides(Aws::Vector< ThemeValues > &&value)
Theme & WithId(const char *value)
void SetId(const char *value)
void SetAppId(const Aws::String &value)
void SetModifiedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetId() const
Theme & AddOverrides(ThemeValues &&value)
bool CreatedAtHasBeenSet() const
Theme & AddTags(const Aws::String &key, Aws::String &&value)
bool AppIdHasBeenSet() const
void SetEnvironmentName(const Aws::String &value)
void SetAppId(const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue