7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename NameT = Aws::String>
42 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
43 template<
typename NameT = Aws::String>
53 template<
typename RunIdT = Aws::String>
54 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
55 template<
typename RunIdT = Aws::String>
61 bool m_nameHasBeenSet =
false;
64 bool m_runIdHasBeenSet =
false;
void SetRunId(RunIdT &&value)
AWS_GLUEDATABREW_API StopJobRunRequest()=default
StopJobRunRequest & WithRunId(RunIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRunId() const
const Aws::String & GetName() const
bool RunIdHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
StopJobRunRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String