/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The criteria that determine when and how a job abort takes
* place.See Also:
AWS API
* Reference
The list of criteria that determine when and how to abort the job.
*/ inline const Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline bool CriteriaListHasBeenSet() const { return m_criteriaListHasBeenSet; } /** *The list of criteria that determine when and how to abort the job.
*/ inline void SetCriteriaList(const Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline void SetCriteriaList(Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline AbortConfig& WithCriteriaList(const Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline AbortConfig& WithCriteriaList(Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline AbortConfig& AddCriteriaList(const AbortCriteria& value) { m_criteriaListHasBeenSet = true; m_criteriaList.push_back(value); return *this; } /** *The list of criteria that determine when and how to abort the job.
*/ inline AbortConfig& AddCriteriaList(AbortCriteria&& value) { m_criteriaListHasBeenSet = true; m_criteriaList.push_back(std::move(value)); return *this; } private: Aws::Vector