7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename CreationTimestampT = Aws::String>
61 m_creationTimestampHasBeenSet =
true;
62 m_creationTimestamp = std::forward<CreationTimestampT>(value);
64 template <
typename CreationTimestampT = Aws::String>
77 template <
typename IdT = Aws::String>
79 m_idHasBeenSet =
true;
80 m_id = std::forward<IdT>(value);
82 template <
typename IdT = Aws::String>
84 SetId(std::forward<IdT>(value));
95 template <
typename LastUpdatedTimestampT = Aws::String>
97 m_lastUpdatedTimestampHasBeenSet =
true;
98 m_lastUpdatedTimestamp = std::forward<LastUpdatedTimestampT>(value);
100 template <
typename LastUpdatedTimestampT = Aws::String>
113 template <
typename LatestVersionT = Aws::String>
115 m_latestVersionHasBeenSet =
true;
116 m_latestVersion = std::forward<LatestVersionT>(value);
118 template <
typename LatestVersionT = Aws::String>
131 template <
typename LatestVersionArnT = Aws::String>
133 m_latestVersionArnHasBeenSet =
true;
134 m_latestVersionArn = std::forward<LatestVersionArnT>(value);
136 template <
typename LatestVersionArnT = Aws::String>
149 template <
typename NameT = Aws::String>
151 m_nameHasBeenSet =
true;
152 m_name = std::forward<NameT>(value);
154 template <
typename NameT = Aws::String>
156 SetName(std::forward<NameT>(value));
167 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 m_tagsHasBeenSet =
true;
170 m_tags = std::forward<TagsT>(value);
172 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
174 SetTags(std::forward<TagsT>(value));
177 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
179 m_tagsHasBeenSet =
true;
180 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
200 bool m_arnHasBeenSet =
false;
201 bool m_creationTimestampHasBeenSet =
false;
202 bool m_idHasBeenSet =
false;
203 bool m_lastUpdatedTimestampHasBeenSet =
false;
204 bool m_latestVersionHasBeenSet =
false;
205 bool m_latestVersionArnHasBeenSet =
false;
206 bool m_nameHasBeenSet =
false;
207 bool m_tagsHasBeenSet =
false;
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