7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace IoTThingsGraph
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
64 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
76 inline void SetRevisionNumber(
long long value) { m_revisionNumberHasBeenSet =
true; m_revisionNumber = value; }
94 bool m_idHasBeenSet =
false;
97 bool m_arnHasBeenSet =
false;
99 long long m_revisionNumber;
100 bool m_revisionNumberHasBeenSet =
false;
103 bool m_createdAtHasBeenSet =
false;
AWS_IOTTHINGSGRAPH_API SystemTemplateSummary()
const Aws::String & GetArn() const
SystemTemplateSummary & WithId(const char *value)
SystemTemplateSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
SystemTemplateSummary & WithRevisionNumber(long long value)
void SetId(const char *value)
SystemTemplateSummary & WithId(Aws::String &&value)
void SetArn(const Aws::String &value)
void SetArn(const char *value)
void SetId(const Aws::String &value)
bool RevisionNumberHasBeenSet() const
bool IdHasBeenSet() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
AWS_IOTTHINGSGRAPH_API SystemTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
SystemTemplateSummary & WithArn(Aws::String &&value)
SystemTemplateSummary & WithId(const Aws::String &value)
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
SystemTemplateSummary & WithArn(const char *value)
SystemTemplateSummary & WithArn(const Aws::String &value)
void SetRevisionNumber(long long value)
void SetArn(Aws::String &&value)
long long GetRevisionNumber() const
SystemTemplateSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
bool ArnHasBeenSet() const
AWS_IOTTHINGSGRAPH_API SystemTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetId(Aws::String &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue