7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/AmplifyUIBuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AmplifyUIBuilder
41 template<
typename AppIdT = Aws::String>
42 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
43 template<
typename AppIdT = Aws::String>
54 template<
typename EnvironmentNameT = Aws::String>
55 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
56 template<
typename EnvironmentNameT = Aws::String>
66 template<
typename IdT = Aws::String>
67 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
68 template<
typename IdT = Aws::String>
74 bool m_appIdHasBeenSet =
false;
77 bool m_environmentNameHasBeenSet =
false;
80 bool m_idHasBeenSet =
false;
bool AppIdHasBeenSet() const
const Aws::String & GetId() const
AWS_AMPLIFYUIBUILDER_API Aws::String SerializePayload() const override
GetCodegenJobRequest & WithId(IdT &&value)
virtual const char * GetServiceRequestName() const override
GetCodegenJobRequest & WithEnvironmentName(EnvironmentNameT &&value)
const Aws::String & GetEnvironmentName() const
bool EnvironmentNameHasBeenSet() const
GetCodegenJobRequest & WithAppId(AppIdT &&value)
AWS_AMPLIFYUIBUILDER_API GetCodegenJobRequest()=default
void SetEnvironmentName(EnvironmentNameT &&value)
bool IdHasBeenSet() const
void SetAppId(AppIdT &&value)
const Aws::String & GetAppId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String