7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
55 template<
typename RunIdT = Aws::String>
56 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
57 template<
typename RunIdT = Aws::String>
63 bool m_nameHasBeenSet =
false;
66 bool m_runIdHasBeenSet =
false;
StopWorkflowRunRequest & WithRunId(RunIdT &&value)
const Aws::String & GetRunId() const
AWS_GLUE_API StopWorkflowRunRequest()=default
bool RunIdHasBeenSet() const
bool NameHasBeenSet() const
void SetRunId(RunIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
AWS_GLUE_API Aws::String SerializePayload() const override
StopWorkflowRunRequest & WithName(NameT &&value)
void SetName(NameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String