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 JobNameT = Aws::String>
44 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
45 template<
typename JobNameT = 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>
67 inline void SetPredecessorsIncluded(
bool value) { m_predecessorsIncludedHasBeenSet =
true; m_predecessorsIncluded = value; }
73 bool m_jobNameHasBeenSet =
false;
76 bool m_runIdHasBeenSet =
false;
78 bool m_predecessorsIncluded{
false};
79 bool m_predecessorsIncludedHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool PredecessorsIncludedHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool GetPredecessorsIncluded() const
GetJobRunRequest & WithRunId(RunIdT &&value)
bool RunIdHasBeenSet() const
void SetRunId(RunIdT &&value)
bool JobNameHasBeenSet() const
void SetPredecessorsIncluded(bool value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetJobRunRequest & WithPredecessorsIncluded(bool value)
const Aws::String & GetJobName() const
GetJobRunRequest & WithJobName(JobNameT &&value)
void SetJobName(JobNameT &&value)
AWS_GLUE_API GetJobRunRequest()=default
const Aws::String & GetRunId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String