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