7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
14namespace GlueDataBrew {
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
55 template <
typename RunIdT = Aws::String>
57 m_runIdHasBeenSet =
true;
58 m_runId = std::forward<RunIdT>(value);
60 template <
typename RunIdT = Aws::String>
62 SetRunId(std::forward<RunIdT>(value));
70 bool m_nameHasBeenSet =
false;
71 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