7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
48 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
62 inline void SetCreationTimestamp(
const char* value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp.assign(value); }
75 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
76 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
90 inline void SetLastUpdatedTimestamp(
const char* value) { m_lastUpdatedTimestampHasBeenSet =
true; m_lastUpdatedTimestamp.assign(value); }
104 inline void SetLatestVersion(
const char* value) { m_latestVersionHasBeenSet =
true; m_latestVersion.assign(value); }
118 inline void SetLatestVersionArn(
const char* value) { m_latestVersionArnHasBeenSet =
true; m_latestVersionArn.assign(value); }
132 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
140 bool m_arnHasBeenSet =
false;
143 bool m_creationTimestampHasBeenSet =
false;
146 bool m_idHasBeenSet =
false;
149 bool m_lastUpdatedTimestampHasBeenSet =
false;
152 bool m_latestVersionHasBeenSet =
false;
155 bool m_latestVersionArnHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue