7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IoTThingsGraph
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
61 inline void SetRevisionNumber(
long long value) { m_revisionNumberHasBeenSet =
true; m_revisionNumber = value; }
67 bool m_idHasBeenSet =
false;
69 long long m_revisionNumber;
70 bool m_revisionNumberHasBeenSet =
false;
AWS_IOTTHINGSGRAPH_API DependencyRevision & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetId(const char *value)
void SetRevisionNumber(long long value)
DependencyRevision & WithId(const char *value)
bool IdHasBeenSet() const
AWS_IOTTHINGSGRAPH_API DependencyRevision(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetRevisionNumber() const
void SetId(Aws::String &&value)
AWS_IOTTHINGSGRAPH_API DependencyRevision()
DependencyRevision & WithRevisionNumber(long long value)
DependencyRevision & WithId(const Aws::String &value)
bool RevisionNumberHasBeenSet() const
void SetId(const Aws::String &value)
DependencyRevision & WithId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue