7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
63 inline void SetCreationTimestamp(
const char* value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp.assign(value); }
76 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
77 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
91 inline void SetLastUpdatedTimestamp(
const char* value) { m_lastUpdatedTimestampHasBeenSet =
true; m_lastUpdatedTimestamp.assign(value); }
105 inline void SetLatestVersion(
const char* value) { m_latestVersionHasBeenSet =
true; m_latestVersion.assign(value); }
119 inline void SetLatestVersionArn(
const char* value) { m_latestVersionArnHasBeenSet =
true; m_latestVersionArn.assign(value); }
133 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
160 bool m_arnHasBeenSet =
false;
163 bool m_creationTimestampHasBeenSet =
false;
166 bool m_idHasBeenSet =
false;
169 bool m_lastUpdatedTimestampHasBeenSet =
false;
172 bool m_latestVersionHasBeenSet =
false;
175 bool m_latestVersionArnHasBeenSet =
false;
178 bool m_nameHasBeenSet =
false;
181 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