7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appstream/model/ThemeState.h>
10#include <aws/appstream/model/ThemeStyling.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/appstream/model/ThemeFooterLink.h>
54 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
67 inline void SetState(
ThemeState&& value) { m_stateHasBeenSet =
true; m_state = std::move(value); }
80 inline void SetThemeTitleText(
const char* value) { m_themeTitleTextHasBeenSet =
true; m_themeTitleText.assign(value); }
121 inline void SetThemeOrganizationLogoURL(
const char* value) { m_themeOrganizationLogoURLHasBeenSet =
true; m_themeOrganizationLogoURL.assign(value); }
136 inline void SetThemeFaviconURL(
const char* value) { m_themeFaviconURLHasBeenSet =
true; m_themeFaviconURL.assign(value); }
156 bool m_stackNameHasBeenSet =
false;
159 bool m_stateHasBeenSet =
false;
162 bool m_themeTitleTextHasBeenSet =
false;
165 bool m_themeStylingHasBeenSet =
false;
168 bool m_themeFooterLinksHasBeenSet =
false;
171 bool m_themeOrganizationLogoURLHasBeenSet =
false;
174 bool m_themeFaviconURLHasBeenSet =
false;
177 bool m_createdTimeHasBeenSet =
false;
void SetState(const ThemeState &value)
bool ThemeFooterLinksHasBeenSet() const
AWS_APPSTREAM_API Theme & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetThemeTitleText() const
Theme & WithThemeOrganizationLogoURL(const char *value)
void SetState(ThemeState &&value)
Theme & WithStackName(Aws::String &&value)
Theme & WithCreatedTime(Aws::Utils::DateTime &&value)
Theme & WithCreatedTime(const Aws::Utils::DateTime &value)
void SetThemeOrganizationLogoURL(Aws::String &&value)
void SetThemeFooterLinks(Aws::Vector< ThemeFooterLink > &&value)
void SetThemeStyling(ThemeStyling &&value)
void SetThemeOrganizationLogoURL(const char *value)
void SetStackName(const char *value)
void SetThemeFaviconURL(const char *value)
Theme & WithThemeFaviconURL(Aws::String &&value)
void SetThemeFaviconURL(Aws::String &&value)
Theme & WithThemeOrganizationLogoURL(Aws::String &&value)
Theme & AddThemeFooterLinks(const ThemeFooterLink &value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< ThemeFooterLink > & GetThemeFooterLinks() const
const Aws::String & GetThemeFaviconURL() const
Theme & WithThemeStyling(ThemeStyling &&value)
bool StateHasBeenSet() const
const ThemeStyling & GetThemeStyling() const
Theme & WithThemeTitleText(Aws::String &&value)
const Aws::String & GetStackName() const
void SetThemeFooterLinks(const Aws::Vector< ThemeFooterLink > &value)
Theme & WithState(const ThemeState &value)
Theme & WithThemeStyling(const ThemeStyling &value)
Theme & AddThemeFooterLinks(ThemeFooterLink &&value)
Theme & WithThemeOrganizationLogoURL(const Aws::String &value)
Theme & WithThemeFaviconURL(const char *value)
Theme & WithState(ThemeState &&value)
bool ThemeTitleTextHasBeenSet() const
Theme & WithThemeFooterLinks(const Aws::Vector< ThemeFooterLink > &value)
void SetStackName(const Aws::String &value)
void SetThemeTitleText(Aws::String &&value)
void SetThemeTitleText(const char *value)
AWS_APPSTREAM_API Theme(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(const Aws::Utils::DateTime &value)
void SetThemeFaviconURL(const Aws::String &value)
const Aws::String & GetThemeOrganizationLogoURL() const
const ThemeState & GetState() const
Theme & WithStackName(const char *value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool ThemeStylingHasBeenSet() const
Theme & WithThemeTitleText(const Aws::String &value)
void SetThemeTitleText(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
void SetStackName(Aws::String &&value)
void SetThemeOrganizationLogoURL(const Aws::String &value)
Theme & WithThemeTitleText(const char *value)
AWS_APPSTREAM_API Theme()
void SetThemeStyling(const ThemeStyling &value)
Theme & WithThemeFaviconURL(const Aws::String &value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
Theme & WithThemeFooterLinks(Aws::Vector< ThemeFooterLink > &&value)
bool ThemeOrganizationLogoURLHasBeenSet() const
Theme & WithStackName(const Aws::String &value)
bool StackNameHasBeenSet() const
bool ThemeFaviconURLHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue