/**
* 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 AbortCriteriaListHasBeenSet() const { return m_abortCriteriaListHasBeenSet; } /** *The list of criteria that determine when and how to abort the job.
*/ inline void SetAbortCriteriaList(const Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline void SetAbortCriteriaList(Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline AwsJobAbortConfig& WithAbortCriteriaList(const Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline AwsJobAbortConfig& WithAbortCriteriaList(Aws::VectorThe list of criteria that determine when and how to abort the job.
*/ inline AwsJobAbortConfig& AddAbortCriteriaList(const AwsJobAbortCriteria& value) { m_abortCriteriaListHasBeenSet = true; m_abortCriteriaList.push_back(value); return *this; } /** *The list of criteria that determine when and how to abort the job.
*/ inline AwsJobAbortConfig& AddAbortCriteriaList(AwsJobAbortCriteria&& value) { m_abortCriteriaListHasBeenSet = true; m_abortCriteriaList.push_back(std::move(value)); return *this; } private: Aws::Vector