7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/awstransfer/model/CustomStepStatus.h>
44 template<
typename WorkflowIdT = Aws::String>
45 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
46 template<
typename WorkflowIdT = Aws::String>
56 template<
typename ExecutionIdT = Aws::String>
57 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
58 template<
typename ExecutionIdT = Aws::String>
69 template<
typename TokenT = Aws::String>
70 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
71 template<
typename TokenT = Aws::String>
87 bool m_workflowIdHasBeenSet =
false;
90 bool m_executionIdHasBeenSet =
false;
93 bool m_tokenHasBeenSet =
false;
96 bool m_statusHasBeenSet =
false;
void SetStatus(CustomStepStatus value)
bool TokenHasBeenSet() const
SendWorkflowStepStateRequest & WithToken(TokenT &&value)
void SetToken(TokenT &&value)
bool ExecutionIdHasBeenSet() const
SendWorkflowStepStateRequest & WithStatus(CustomStepStatus value)
bool WorkflowIdHasBeenSet() const
SendWorkflowStepStateRequest & WithExecutionId(ExecutionIdT &&value)
void SetWorkflowId(WorkflowIdT &&value)
bool StatusHasBeenSet() const
CustomStepStatus GetStatus() const
const Aws::String & GetToken() const
const Aws::String & GetExecutionId() const
const Aws::String & GetWorkflowId() const
SendWorkflowStepStateRequest & WithWorkflowId(WorkflowIdT &&value)
AWS_TRANSFER_API SendWorkflowStepStateRequest()=default
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetExecutionId(ExecutionIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String