/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The error codes and error messages that are returned for the parameters or
* parameter combinations that are not valid when a new launch template or new
* version of a launch template is created.See Also:
AWS
* API Reference
The error codes and error messages.
*/ inline const Aws::VectorThe error codes and error messages.
*/ inline bool ErrorsHasBeenSet() const { return m_errorsHasBeenSet; } /** *The error codes and error messages.
*/ inline void SetErrors(const Aws::VectorThe error codes and error messages.
*/ inline void SetErrors(Aws::VectorThe error codes and error messages.
*/ inline ValidationWarning& WithErrors(const Aws::VectorThe error codes and error messages.
*/ inline ValidationWarning& WithErrors(Aws::VectorThe error codes and error messages.
*/ inline ValidationWarning& AddErrors(const ValidationError& value) { m_errorsHasBeenSet = true; m_errors.push_back(value); return *this; } /** *The error codes and error messages.
*/ inline ValidationWarning& AddErrors(ValidationError&& value) { m_errorsHasBeenSet = true; m_errors.push_back(std::move(value)); return *this; } private: Aws::Vector