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>
38 template <
typename WorkflowDefinitionNameT = Aws::String>
40 m_workflowDefinitionNameHasBeenSet =
true;
41 m_workflowDefinitionName = std::forward<WorkflowDefinitionNameT>(value);
43 template <
typename WorkflowDefinitionNameT = Aws::String>
56 template <
typename WorkflowRunIdT = Aws::String>
58 m_workflowRunIdHasBeenSet =
true;
59 m_workflowRunId = std::forward<WorkflowRunIdT>(value);
61 template <
typename WorkflowRunIdT = Aws::String>
75 template <
typename ClientTokenT = Aws::String>
77 m_clientTokenHasBeenSet =
true;
78 m_clientToken = std::forward<ClientTokenT>(value);
80 template <
typename ClientTokenT = Aws::String>
92 bool m_workflowDefinitionNameHasBeenSet =
false;
93 bool m_workflowRunIdHasBeenSet =
false;
94 bool m_clientTokenHasBeenSet =
true;
bool ClientTokenHasBeenSet() const
CreateSessionRequest & WithWorkflowRunId(WorkflowRunIdT &&value)
void SetClientToken(ClientTokenT &&value)
CreateSessionRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetWorkflowRunId() const
void SetWorkflowDefinitionName(WorkflowDefinitionNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetWorkflowDefinitionName() const
AWS_NOVAACT_API Aws::String SerializePayload() const override
AWS_NOVAACT_API CreateSessionRequest()=default
bool WorkflowRunIdHasBeenSet() const
const Aws::String & GetClientToken() const
void SetWorkflowRunId(WorkflowRunIdT &&value)
CreateSessionRequest & WithWorkflowDefinitionName(WorkflowDefinitionNameT &&value)
bool WorkflowDefinitionNameHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String