7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ExecutionIdT = Aws::String>
44 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
45 template<
typename ExecutionIdT = Aws::String>
55 template<
typename WorkflowIdT = Aws::String>
56 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
57 template<
typename WorkflowIdT = Aws::String>
63 bool m_executionIdHasBeenSet =
false;
66 bool m_workflowIdHasBeenSet =
false;
AWS_TRANSFER_API Aws::String SerializePayload() const override
AWS_TRANSFER_API DescribeExecutionRequest()=default
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetWorkflowId(WorkflowIdT &&value)
const Aws::String & GetExecutionId() const
void SetExecutionId(ExecutionIdT &&value)
bool ExecutionIdHasBeenSet() const
DescribeExecutionRequest & WithExecutionId(ExecutionIdT &&value)
bool WorkflowIdHasBeenSet() const
const Aws::String & GetWorkflowId() const
virtual const char * GetServiceRequestName() const override
DescribeExecutionRequest & WithWorkflowId(WorkflowIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String