7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ThemeConfiguration.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename ThemeIdT = Aws::String>
59 m_themeIdHasBeenSet =
true;
60 m_themeId = std::forward<ThemeIdT>(value);
62 template <
typename ThemeIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
94 template <
typename BaseThemeIdT = Aws::String>
96 m_baseThemeIdHasBeenSet =
true;
97 m_baseThemeId = std::forward<BaseThemeIdT>(value);
99 template <
typename BaseThemeIdT = Aws::String>
115 template <
typename VersionDescriptionT = Aws::String>
117 m_versionDescriptionHasBeenSet =
true;
118 m_versionDescription = std::forward<VersionDescriptionT>(value);
120 template <
typename VersionDescriptionT = Aws::String>
133 template <
typename ConfigurationT = ThemeConfiguration>
135 m_configurationHasBeenSet =
true;
136 m_configuration = std::forward<ConfigurationT>(value);
138 template <
typename ConfigurationT = ThemeConfiguration>
156 bool m_awsAccountIdHasBeenSet =
false;
157 bool m_themeIdHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
159 bool m_baseThemeIdHasBeenSet =
false;
160 bool m_versionDescriptionHasBeenSet =
false;
161 bool m_configurationHasBeenSet =
false;
bool VersionDescriptionHasBeenSet() const
const Aws::String & GetThemeId() const
bool AwsAccountIdHasBeenSet() const
UpdateThemeRequest & WithBaseThemeId(BaseThemeIdT &&value)
AWS_QUICKSIGHT_API UpdateThemeRequest()=default
const ThemeConfiguration & GetConfiguration() const
void SetName(NameT &&value)
UpdateThemeRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool ThemeIdHasBeenSet() const
UpdateThemeRequest & WithName(NameT &&value)
const Aws::String & GetAwsAccountId() const
void SetBaseThemeId(BaseThemeIdT &&value)
const Aws::String & GetBaseThemeId() const
void SetThemeId(ThemeIdT &&value)
void SetVersionDescription(VersionDescriptionT &&value)
const Aws::String & GetVersionDescription() const
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool BaseThemeIdHasBeenSet() const
UpdateThemeRequest & WithConfiguration(ConfigurationT &&value)
UpdateThemeRequest & WithVersionDescription(VersionDescriptionT &&value)
void SetConfiguration(ConfigurationT &&value)
bool ConfigurationHasBeenSet() const
UpdateThemeRequest & WithThemeId(ThemeIdT &&value)
const Aws::String & GetName() const
void SetAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String