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/CreateComponentData.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 ClientTokenT = Aws::String>
74 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
75 template<
typename ClientTokenT = Aws::String>
85 template<
typename ComponentToCreateT = CreateComponentData>
86 void SetComponentToCreate(ComponentToCreateT&& value) { m_componentToCreateHasBeenSet =
true; m_componentToCreate = std::forward<ComponentToCreateT>(value); }
87 template<
typename ComponentToCreateT = CreateComponentData>
93 bool m_appIdHasBeenSet =
false;
96 bool m_environmentNameHasBeenSet =
false;
99 bool m_clientTokenHasBeenSet =
true;
101 CreateComponentData m_componentToCreate;
102 bool m_componentToCreateHasBeenSet =
false;
bool ClientTokenHasBeenSet() const
const CreateComponentData & GetComponentToCreate() const
CreateComponentRequest & WithAppId(AppIdT &&value)
void SetClientToken(ClientTokenT &&value)
CreateComponentRequest & WithEnvironmentName(EnvironmentNameT &&value)
AWS_AMPLIFYUIBUILDER_API Aws::String SerializePayload() const override
void SetComponentToCreate(ComponentToCreateT &&value)
const Aws::String & GetAppId() const
CreateComponentRequest & WithComponentToCreate(ComponentToCreateT &&value)
void SetAppId(AppIdT &&value)
bool AppIdHasBeenSet() const
const Aws::String & GetEnvironmentName() const
AWS_AMPLIFYUIBUILDER_API CreateComponentRequest()=default
virtual const char * GetServiceRequestName() const override
CreateComponentRequest & WithClientToken(ClientTokenT &&value)
bool ComponentToCreateHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_AMPLIFYUIBUILDER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool EnvironmentNameHasBeenSet() const
void SetEnvironmentName(EnvironmentNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String