7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/AmplifyUIBuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amplifyuibuilder/model/UpdateThemeData.h>
12#include <aws/core/utils/UUID.h>
20namespace AmplifyUIBuilder
49 template<
typename AppIdT = Aws::String>
50 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
51 template<
typename AppIdT = Aws::String>
61 template<
typename EnvironmentNameT = Aws::String>
62 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
63 template<
typename EnvironmentNameT = Aws::String>
73 template<
typename IdT = Aws::String>
74 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
75 template<
typename IdT = Aws::String>
85 template<
typename ClientTokenT = Aws::String>
86 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
87 template<
typename ClientTokenT = Aws::String>
97 template<
typename UpdatedThemeT = UpdateThemeData>
98 void SetUpdatedTheme(UpdatedThemeT&& value) { m_updatedThemeHasBeenSet =
true; m_updatedTheme = std::forward<UpdatedThemeT>(value); }
99 template<
typename UpdatedThemeT = UpdateThemeData>
105 bool m_appIdHasBeenSet =
false;
108 bool m_environmentNameHasBeenSet =
false;
111 bool m_idHasBeenSet =
false;
114 bool m_clientTokenHasBeenSet =
true;
116 UpdateThemeData m_updatedTheme;
117 bool m_updatedThemeHasBeenSet =
false;
bool AppIdHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_AMPLIFYUIBUILDER_API UpdateThemeRequest()=default
bool ClientTokenHasBeenSet() const
bool EnvironmentNameHasBeenSet() const
const Aws::String & GetEnvironmentName() const
const Aws::String & GetId() const
bool UpdatedThemeHasBeenSet() const
void SetEnvironmentName(EnvironmentNameT &&value)
AWS_AMPLIFYUIBUILDER_API Aws::String SerializePayload() const override
const Aws::String & GetAppId() const
void SetUpdatedTheme(UpdatedThemeT &&value)
const UpdateThemeData & GetUpdatedTheme() const
UpdateThemeRequest & WithClientToken(ClientTokenT &&value)
UpdateThemeRequest & WithId(IdT &&value)
AWS_AMPLIFYUIBUILDER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
UpdateThemeRequest & WithUpdatedTheme(UpdatedThemeT &&value)
void SetClientToken(ClientTokenT &&value)
UpdateThemeRequest & WithEnvironmentName(EnvironmentNameT &&value)
bool IdHasBeenSet() const
void SetAppId(AppIdT &&value)
UpdateThemeRequest & WithAppId(AppIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String