7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/JobRun.h>
42 template <
typename JobRunsT = Aws::Vector<JobRun>>
44 m_jobRunsHasBeenSet =
true;
45 m_jobRuns = std::forward<JobRunsT>(value);
47 template <
typename JobRunsT = Aws::Vector<JobRun>>
52 template <
typename JobRunsT = JobRun>
54 m_jobRunsHasBeenSet =
true;
55 m_jobRuns.emplace_back(std::forward<JobRunsT>(value));
61 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