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/Platform.h>
21namespace imagebuilder {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
79 m_platformHasBeenSet =
true;
94 template <
typename OwnerT = Aws::String>
96 m_ownerHasBeenSet =
true;
97 m_owner = std::forward<OwnerT>(value);
99 template <
typename OwnerT = Aws::String>
101 SetOwner(std::forward<OwnerT>(value));
112 template <
typename ParentImageT = Aws::String>
114 m_parentImageHasBeenSet =
true;
115 m_parentImage = std::forward<ParentImageT>(value);
117 template <
typename ParentImageT = Aws::String>
130 template <
typename DateCreatedT = Aws::String>
132 m_dateCreatedHasBeenSet =
true;
133 m_dateCreated = std::forward<DateCreatedT>(value);
135 template <
typename DateCreatedT = Aws::String>
148 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
150 m_tagsHasBeenSet =
true;
151 m_tags = std::forward<TagsT>(value);
153 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 SetTags(std::forward<TagsT>(value));
158 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
160 m_tagsHasBeenSet =
true;
161 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 bool m_arnHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
181 bool m_platformHasBeenSet =
false;
182 bool m_ownerHasBeenSet =
false;
183 bool m_parentImageHasBeenSet =
false;
184 bool m_dateCreatedHasBeenSet =
false;
185 bool m_tagsHasBeenSet =
false;
void SetPlatform(Platform value)
void SetDateCreated(DateCreatedT &&value)
AWS_IMAGEBUILDER_API ImageRecipeSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ImageRecipeSummary & WithArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_IMAGEBUILDER_API ImageRecipeSummary()=default
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
bool ParentImageHasBeenSet() const
AWS_IMAGEBUILDER_API ImageRecipeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
Platform GetPlatform() const
ImageRecipeSummary & WithName(NameT &&value)
const Aws::String & GetName() const
bool OwnerHasBeenSet() const
const Aws::String & GetDateCreated() const
void SetTags(TagsT &&value)
ImageRecipeSummary & WithOwner(OwnerT &&value)
ImageRecipeSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
ImageRecipeSummary & WithDateCreated(DateCreatedT &&value)
bool ArnHasBeenSet() const
void SetOwner(OwnerT &&value)
ImageRecipeSummary & WithPlatform(Platform value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ImageRecipeSummary & WithTags(TagsT &&value)
void SetParentImage(ParentImageT &&value)
ImageRecipeSummary & WithParentImage(ParentImageT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetOwner() const
const Aws::String & GetParentImage() const
bool PlatformHasBeenSet() const
bool DateCreatedHasBeenSet() 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