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/ClientInfo.h>
39 template <
typename WorkflowDefinitionNameT = Aws::String>
41 m_workflowDefinitionNameHasBeenSet =
true;
42 m_workflowDefinitionName = std::forward<WorkflowDefinitionNameT>(value);
44 template <
typename WorkflowDefinitionNameT = Aws::String>
57 template <
typename ModelIdT = Aws::String>
59 m_modelIdHasBeenSet =
true;
60 m_modelId = std::forward<ModelIdT>(value);
62 template <
typename ModelIdT = Aws::String>
76 template <
typename ClientTokenT = Aws::String>
78 m_clientTokenHasBeenSet =
true;
79 m_clientToken = std::forward<ClientTokenT>(value);
81 template <
typename ClientTokenT = Aws::String>
94 template <
typename LogGroupNameT = Aws::String>
96 m_logGroupNameHasBeenSet =
true;
97 m_logGroupName = std::forward<LogGroupNameT>(value);
99 template <
typename LogGroupNameT = Aws::String>
113 template <
typename ClientInfoT = ClientInfo>
115 m_clientInfoHasBeenSet =
true;
116 m_clientInfo = std::forward<ClientInfoT>(value);
118 template <
typename ClientInfoT = ClientInfo>
133 ClientInfo m_clientInfo;
134 bool m_workflowDefinitionNameHasBeenSet =
false;
135 bool m_modelIdHasBeenSet =
false;
136 bool m_clientTokenHasBeenSet =
true;
137 bool m_logGroupNameHasBeenSet =
false;
138 bool m_clientInfoHasBeenSet =
false;
bool ClientTokenHasBeenSet() const
AWS_NOVAACT_API CreateWorkflowRunRequest()=default
CreateWorkflowRunRequest & WithClientInfo(ClientInfoT &&value)
bool ClientInfoHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool WorkflowDefinitionNameHasBeenSet() const
void SetModelId(ModelIdT &&value)
const Aws::String & GetWorkflowDefinitionName() const
CreateWorkflowRunRequest & WithWorkflowDefinitionName(WorkflowDefinitionNameT &&value)
const Aws::String & GetLogGroupName() const
bool LogGroupNameHasBeenSet() const
AWS_NOVAACT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetClientInfo(ClientInfoT &&value)
CreateWorkflowRunRequest & WithLogGroupName(LogGroupNameT &&value)
bool ModelIdHasBeenSet() const
const Aws::String & GetModelId() const
void SetWorkflowDefinitionName(WorkflowDefinitionNameT &&value)
CreateWorkflowRunRequest & WithModelId(ModelIdT &&value)
const Aws::String & GetClientToken() const
CreateWorkflowRunRequest & WithClientToken(ClientTokenT &&value)
const ClientInfo & GetClientInfo() const
void SetLogGroupName(LogGroupNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String