/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The details of a Job node present in the workflow.See Also:
* AWS
* API Reference
The information for the job runs represented by the job node.
*/ inline const Aws::VectorThe information for the job runs represented by the job node.
*/ inline bool JobRunsHasBeenSet() const { return m_jobRunsHasBeenSet; } /** *The information for the job runs represented by the job node.
*/ inline void SetJobRuns(const Aws::VectorThe information for the job runs represented by the job node.
*/ inline void SetJobRuns(Aws::VectorThe information for the job runs represented by the job node.
*/ inline JobNodeDetails& WithJobRuns(const Aws::VectorThe information for the job runs represented by the job node.
*/ inline JobNodeDetails& WithJobRuns(Aws::VectorThe information for the job runs represented by the job node.
*/ inline JobNodeDetails& AddJobRuns(const JobRun& value) { m_jobRunsHasBeenSet = true; m_jobRuns.push_back(value); return *this; } /** *The information for the job runs represented by the job node.
*/ inline JobNodeDetails& AddJobRuns(JobRun&& value) { m_jobRunsHasBeenSet = true; m_jobRuns.push_back(std::move(value)); return *this; } private: Aws::Vector