7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename WorkflowExecutionIdT = Aws::String>
49 void SetWorkflowExecutionId(WorkflowExecutionIdT&& value) { m_workflowExecutionIdHasBeenSet =
true; m_workflowExecutionId = std::forward<WorkflowExecutionIdT>(value); }
50 template<
typename WorkflowExecutionIdT = Aws::String>
56 bool m_workflowExecutionIdHasBeenSet =
false;
const Aws::String & GetWorkflowExecutionId() const
AWS_IMAGEBUILDER_API GetWorkflowExecutionRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
AWS_IMAGEBUILDER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetWorkflowExecutionRequest & WithWorkflowExecutionId(WorkflowExecutionIdT &&value)
void SetWorkflowExecutionId(WorkflowExecutionIdT &&value)
bool WorkflowExecutionIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String