/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Metadata for function package artifacts. Artifacts are the contents of
* the package descriptor file and the state of the package.See
* Also:
AWS
* API Reference
Lists of function package overrides.
*/ inline const Aws::VectorLists of function package overrides.
*/ inline bool OverridesHasBeenSet() const { return m_overridesHasBeenSet; } /** *Lists of function package overrides.
*/ inline void SetOverrides(const Aws::VectorLists of function package overrides.
*/ inline void SetOverrides(Aws::VectorLists of function package overrides.
*/ inline FunctionArtifactMeta& WithOverrides(const Aws::VectorLists of function package overrides.
*/ inline FunctionArtifactMeta& WithOverrides(Aws::VectorLists of function package overrides.
*/ inline FunctionArtifactMeta& AddOverrides(const ToscaOverride& value) { m_overridesHasBeenSet = true; m_overrides.push_back(value); return *this; } /** *Lists of function package overrides.
*/ inline FunctionArtifactMeta& AddOverrides(ToscaOverride&& value) { m_overridesHasBeenSet = true; m_overrides.push_back(std::move(value)); return *this; } private: Aws::Vector