7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/Ami.h>
10#include <aws/imagebuilder/model/Container.h>
21namespace imagebuilder {
42 template <
typename AmisT = Aws::Vector<Ami>>
44 m_amisHasBeenSet =
true;
45 m_amis = std::forward<AmisT>(value);
47 template <
typename AmisT = Aws::Vector<Ami>>
49 SetAmis(std::forward<AmisT>(value));
52 template <
typename AmisT = Ami>
54 m_amisHasBeenSet =
true;
55 m_amis.emplace_back(std::forward<AmisT>(value));
67 template <
typename ContainersT = Aws::Vector<Container>>
69 m_containersHasBeenSet =
true;
70 m_containers = std::forward<ContainersT>(value);
72 template <
typename ContainersT = Aws::Vector<Container>>
77 template <
typename ContainersT = Container>
79 m_containersHasBeenSet =
true;
80 m_containers.emplace_back(std::forward<ContainersT>(value));
88 bool m_amisHasBeenSet =
false;
89 bool m_containersHasBeenSet =
false;
AWS_IMAGEBUILDER_API OutputResources(Aws::Utils::Json::JsonView jsonValue)
bool AmisHasBeenSet() const
AWS_IMAGEBUILDER_API OutputResources & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Container > & GetContainers() const
void SetContainers(ContainersT &&value)
AWS_IMAGEBUILDER_API OutputResources()=default
OutputResources & AddAmis(AmisT &&value)
const Aws::Vector< Ami > & GetAmis() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
OutputResources & WithContainers(ContainersT &&value)
void SetAmis(AmisT &&value)
OutputResources & WithAmis(AmisT &&value)
bool ContainersHasBeenSet() const
OutputResources & AddContainers(ContainersT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue