7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename RunIdT = Aws::String>
59 m_runIdHasBeenSet =
true;
60 m_runId = std::forward<RunIdT>(value);
62 template <
typename RunIdT = Aws::String>
64 SetRunId(std::forward<RunIdT>(value));
72 bool m_nameHasBeenSet =
false;
73 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