7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
58 template <
typename CreationTimestampT = Aws::String>
60 m_creationTimestampHasBeenSet =
true;
61 m_creationTimestamp = std::forward<CreationTimestampT>(value);
63 template <
typename CreationTimestampT = Aws::String>
76 template <
typename IdT = Aws::String>
78 m_idHasBeenSet =
true;
79 m_id = std::forward<IdT>(value);
81 template <
typename IdT = Aws::String>
83 SetId(std::forward<IdT>(value));
94 template <
typename LastUpdatedTimestampT = Aws::String>
96 m_lastUpdatedTimestampHasBeenSet =
true;
97 m_lastUpdatedTimestamp = std::forward<LastUpdatedTimestampT>(value);
99 template <
typename LastUpdatedTimestampT = Aws::String>
112 template <
typename LatestVersionT = Aws::String>
114 m_latestVersionHasBeenSet =
true;
115 m_latestVersion = std::forward<LatestVersionT>(value);
117 template <
typename LatestVersionT = Aws::String>
130 template <
typename LatestVersionArnT = Aws::String>
132 m_latestVersionArnHasBeenSet =
true;
133 m_latestVersionArn = std::forward<LatestVersionArnT>(value);
135 template <
typename LatestVersionArnT = Aws::String>
148 template <
typename NameT = Aws::String>
150 m_nameHasBeenSet =
true;
151 m_name = std::forward<NameT>(value);
153 template <
typename NameT = Aws::String>
155 SetName(std::forward<NameT>(value));
173 bool m_arnHasBeenSet =
false;
174 bool m_creationTimestampHasBeenSet =
false;
175 bool m_idHasBeenSet =
false;
176 bool m_lastUpdatedTimestampHasBeenSet =
false;
177 bool m_latestVersionHasBeenSet =
false;
178 bool m_latestVersionArnHasBeenSet =
false;
179 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue