7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotthingsgraph/model/EntityType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iotthingsgraph/model/DefinitionDocument.h>
24namespace IoTThingsGraph
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
83 template<
typename CreatedAtT = Aws::Utils::DateTime>
84 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 template<
typename DefinitionT = DefinitionDocument>
96 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
97 template<
typename DefinitionT = DefinitionDocument>
103 bool m_idHasBeenSet =
false;
106 bool m_arnHasBeenSet =
false;
109 bool m_typeHasBeenSet =
false;
112 bool m_createdAtHasBeenSet =
false;
114 DefinitionDocument m_definition;
115 bool m_definitionHasBeenSet =
false;
EntityDescription & WithDefinition(DefinitionT &&value)
void SetType(EntityType value)
bool CreatedAtHasBeenSet() const
void SetDefinition(DefinitionT &&value)
EntityDescription & WithCreatedAt(CreatedAtT &&value)
bool ArnHasBeenSet() const
bool IdHasBeenSet() const
AWS_IOTTHINGSGRAPH_API EntityDescription()=default
AWS_IOTTHINGSGRAPH_API EntityDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedAt(CreatedAtT &&value)
bool TypeHasBeenSet() const
const DefinitionDocument & GetDefinition() const
bool DefinitionHasBeenSet() const
EntityDescription & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
AWS_IOTTHINGSGRAPH_API EntityDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
EntityDescription & WithType(EntityType value)
const Aws::String & GetId() const
const Aws::String & GetArn() const
EntityType GetType() const
EntityDescription & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue