7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/nova-act/NovaActRequest.h>
10#include <aws/nova-act/NovaAct_EXPORTS.h>
11#include <aws/nova-act/model/WorkflowExportConfig.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
78 template <
typename ExportConfigT = WorkflowExportConfig>
80 m_exportConfigHasBeenSet =
true;
81 m_exportConfig = std::forward<ExportConfigT>(value);
83 template <
typename ExportConfigT = WorkflowExportConfig>
97 template <
typename ClientTokenT = Aws::String>
99 m_clientTokenHasBeenSet =
true;
100 m_clientToken = std::forward<ClientTokenT>(value);
102 template <
typename ClientTokenT = Aws::String>
116 bool m_nameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_exportConfigHasBeenSet =
false;
119 bool m_clientTokenHasBeenSet =
true;
AWS_NOVAACT_API CreateWorkflowDefinitionRequest()=default
CreateWorkflowDefinitionRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
CreateWorkflowDefinitionRequest & WithExportConfig(ExportConfigT &&value)
void SetClientToken(ClientTokenT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetDescription() const
bool ClientTokenHasBeenSet() const
CreateWorkflowDefinitionRequest & WithDescription(DescriptionT &&value)
CreateWorkflowDefinitionRequest & WithName(NameT &&value)
AWS_NOVAACT_API Aws::String SerializePayload() const override
void SetExportConfig(ExportConfigT &&value)
const Aws::String & GetClientToken() const
const WorkflowExportConfig & GetExportConfig() const
bool ExportConfigHasBeenSet() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String