7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/JobRun.h>
48 template<
typename JobRunsT = Aws::Vector<JobRun>>
49 void SetJobRuns(JobRunsT&& value) { m_jobRunsHasBeenSet =
true; m_jobRuns = std::forward<JobRunsT>(value); }
50 template<
typename JobRunsT = Aws::Vector<JobRun>>
52 template<
typename JobRunsT = JobRun>
53 JobNodeDetails&
AddJobRuns(JobRunsT&& value) { m_jobRunsHasBeenSet =
true; m_jobRuns.emplace_back(std::forward<JobRunsT>(value));
return *
this; }
58 bool m_jobRunsHasBeenSet =
false;
void SetJobRuns(JobRunsT &&value)
AWS_GLUE_API JobNodeDetails()=default
JobNodeDetails & AddJobRuns(JobRunsT &&value)
AWS_GLUE_API JobNodeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
JobNodeDetails & WithJobRuns(JobRunsT &&value)
AWS_GLUE_API JobNodeDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobRunsHasBeenSet() const
const Aws::Vector< JobRun > & GetJobRuns() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue