7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename ExecutionIdT = Aws::String>
41 m_executionIdHasBeenSet =
true;
42 m_executionId = std::forward<ExecutionIdT>(value);
44 template <
typename ExecutionIdT = Aws::String>
57 template <
typename WorkflowIdT = Aws::String>
59 m_workflowIdHasBeenSet =
true;
60 m_workflowId = std::forward<WorkflowIdT>(value);
62 template <
typename WorkflowIdT = Aws::String>
72 bool m_executionIdHasBeenSet =
false;
73 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