7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
10#include <aws/imagebuilder/model/ContainerType.h>
11#include <aws/imagebuilder/model/Platform.h>
22namespace imagebuilder {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
62 m_containerTypeHasBeenSet =
true;
63 m_containerType = value;
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
96 m_platformHasBeenSet =
true;
111 template <
typename OwnerT = Aws::String>
113 m_ownerHasBeenSet =
true;
114 m_owner = std::forward<OwnerT>(value);
116 template <
typename OwnerT = Aws::String>
118 SetOwner(std::forward<OwnerT>(value));
129 template <
typename ParentImageT = Aws::String>
131 m_parentImageHasBeenSet =
true;
132 m_parentImage = std::forward<ParentImageT>(value);
134 template <
typename ParentImageT = Aws::String>
147 template <
typename DateCreatedT = Aws::String>
149 m_dateCreatedHasBeenSet =
true;
150 m_dateCreated = std::forward<DateCreatedT>(value);
152 template <
typename DateCreatedT = Aws::String>
169 template <
typename InstanceImageT = Aws::String>
171 m_instanceImageHasBeenSet =
true;
172 m_instanceImage = std::forward<InstanceImageT>(value);
174 template <
typename InstanceImageT = Aws::String>
187 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
189 m_tagsHasBeenSet =
true;
190 m_tags = std::forward<TagsT>(value);
192 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
194 SetTags(std::forward<TagsT>(value));
197 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
199 m_tagsHasBeenSet =
true;
200 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
222 bool m_arnHasBeenSet =
false;
223 bool m_containerTypeHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
225 bool m_platformHasBeenSet =
false;
226 bool m_ownerHasBeenSet =
false;
227 bool m_parentImageHasBeenSet =
false;
228 bool m_dateCreatedHasBeenSet =
false;
229 bool m_instanceImageHasBeenSet =
false;
230 bool m_tagsHasBeenSet =
false;
ContainerRecipeSummary & WithTags(TagsT &&value)
bool InstanceImageHasBeenSet() const
ContainerRecipeSummary & WithInstanceImage(InstanceImageT &&value)
AWS_IMAGEBUILDER_API ContainerRecipeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDateCreated(DateCreatedT &&value)
AWS_IMAGEBUILDER_API ContainerRecipeSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
ContainerRecipeSummary & WithOwner(OwnerT &&value)
bool ParentImageHasBeenSet() const
void SetPlatform(Platform value)
void SetContainerType(ContainerType value)
ContainerRecipeSummary & WithDateCreated(DateCreatedT &&value)
void SetInstanceImage(InstanceImageT &&value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API ContainerRecipeSummary()=default
bool ArnHasBeenSet() const
const Aws::String & GetOwner() const
ContainerType GetContainerType() const
void SetArn(ArnT &&value)
void SetParentImage(ParentImageT &&value)
bool DateCreatedHasBeenSet() const
bool OwnerHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetInstanceImage() const
const Aws::String & GetParentImage() const
ContainerRecipeSummary & WithPlatform(Platform value)
void SetTags(TagsT &&value)
const Aws::String & GetArn() const
ContainerRecipeSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
ContainerRecipeSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool PlatformHasBeenSet() const
ContainerRecipeSummary & WithContainerType(ContainerType value)
ContainerRecipeSummary & WithParentImage(ParentImageT &&value)
Platform GetPlatform() const
bool TagsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDateCreated() const
ContainerRecipeSummary & WithArn(ArnT &&value)
void SetOwner(OwnerT &&value)
bool ContainerTypeHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue