7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IoTThingsGraph
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 inline void SetRevisionNumber(
long long value) { m_revisionNumberHasBeenSet =
true; m_revisionNumber = value; }
65 bool m_idHasBeenSet =
false;
67 long long m_revisionNumber{0};
68 bool m_revisionNumberHasBeenSet =
false;
AWS_IOTTHINGSGRAPH_API DependencyRevision & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRevisionNumber(long long 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
AWS_IOTTHINGSGRAPH_API DependencyRevision()=default
DependencyRevision & WithId(IdT &&value)
long long GetRevisionNumber() const
DependencyRevision & WithRevisionNumber(long long value)
bool RevisionNumberHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue