/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The resources produced by this image. See Also:
AWS
* API Reference
The EC2 AMIs created by this image.
*/ inline const Aws::VectorThe EC2 AMIs created by this image.
*/ inline bool AmisHasBeenSet() const { return m_amisHasBeenSet; } /** *The EC2 AMIs created by this image.
*/ inline void SetAmis(const Aws::VectorThe EC2 AMIs created by this image.
*/ inline void SetAmis(Aws::VectorThe EC2 AMIs created by this image.
*/ inline OutputResources& WithAmis(const Aws::VectorThe EC2 AMIs created by this image.
*/ inline OutputResources& WithAmis(Aws::VectorThe EC2 AMIs created by this image.
*/ inline OutputResources& AddAmis(const Ami& value) { m_amisHasBeenSet = true; m_amis.push_back(value); return *this; } /** *The EC2 AMIs created by this image.
*/ inline OutputResources& AddAmis(Ami&& value) { m_amisHasBeenSet = true; m_amis.push_back(std::move(value)); return *this; } private: Aws::Vector