7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/model/PortalTheme.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ApiGatewayV2 {
42 template <
typename DescriptionT = Aws::String>
44 m_descriptionHasBeenSet =
true;
45 m_description = std::forward<DescriptionT>(value);
47 template <
typename DescriptionT = Aws::String>
60 template <
typename DisplayNameT = Aws::String>
62 m_displayNameHasBeenSet =
true;
63 m_displayName = std::forward<DisplayNameT>(value);
65 template <
typename DisplayNameT = Aws::String>
78 template <
typename ThemeT = PortalTheme>
80 m_themeHasBeenSet =
true;
81 m_theme = std::forward<ThemeT>(value);
83 template <
typename ThemeT = PortalTheme>
85 SetTheme(std::forward<ThemeT>(value));
95 bool m_descriptionHasBeenSet =
false;
96 bool m_displayNameHasBeenSet =
false;
97 bool m_themeHasBeenSet =
false;
PortalContent & WithTheme(ThemeT &&value)
PortalContent & WithDescription(DescriptionT &&value)
void SetDisplayName(DisplayNameT &&value)
bool DisplayNameHasBeenSet() const
PortalContent & WithDisplayName(DisplayNameT &&value)
AWS_APIGATEWAYV2_API PortalContent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDisplayName() const
const PortalTheme & GetTheme() const
bool ThemeHasBeenSet() const
AWS_APIGATEWAYV2_API PortalContent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
void SetTheme(ThemeT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_APIGATEWAYV2_API PortalContent()=default
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue