7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename ComponentNameT = Aws::String>
49 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
50 template<
typename ComponentNameT = Aws::String>
61 template<
typename ComponentPathT = Aws::String>
62 void SetComponentPath(ComponentPathT&& value) { m_componentPathHasBeenSet =
true; m_componentPath = std::forward<ComponentPathT>(value); }
63 template<
typename ComponentPathT = Aws::String>
74 template<
typename ExternalIdPropertyT = Aws::Map<Aws::String, Aws::String>>
75 void SetExternalIdProperty(ExternalIdPropertyT&& value) { m_externalIdPropertyHasBeenSet =
true; m_externalIdProperty = std::forward<ExternalIdPropertyT>(value); }
76 template<
typename ExternalIdPropertyT = Aws::Map<Aws::String, Aws::String>>
78 template<
typename ExternalIdPropertyKeyT = Aws::String,
typename ExternalIdPropertyValueT = Aws::String>
80 m_externalIdPropertyHasBeenSet =
true; m_externalIdProperty.emplace(std::forward<ExternalIdPropertyKeyT>(key), std::forward<ExternalIdPropertyValueT>(value));
return *
this;
90 template<
typename EntityIdT = Aws::String>
91 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet =
true; m_entityId = std::forward<EntityIdT>(value); }
92 template<
typename EntityIdT = Aws::String>
102 template<
typename PropertyNameT = Aws::String>
103 void SetPropertyName(PropertyNameT&& value) { m_propertyNameHasBeenSet =
true; m_propertyName = std::forward<PropertyNameT>(value); }
104 template<
typename PropertyNameT = Aws::String>
110 bool m_componentNameHasBeenSet =
false;
113 bool m_componentPathHasBeenSet =
false;
116 bool m_externalIdPropertyHasBeenSet =
false;
119 bool m_entityIdHasBeenSet =
false;
122 bool m_propertyNameHasBeenSet =
false;
EntityPropertyReference & WithComponentPath(ComponentPathT &&value)
const Aws::String & GetPropertyName() const
const Aws::String & GetComponentName() const
bool ExternalIdPropertyHasBeenSet() const
bool ComponentNameHasBeenSet() const
void SetEntityId(EntityIdT &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
EntityPropertyReference & WithPropertyName(PropertyNameT &&value)
void SetComponentName(ComponentNameT &&value)
const Aws::String & GetEntityId() const
EntityPropertyReference & WithEntityId(EntityIdT &&value)
AWS_IOTTWINMAKER_API EntityPropertyReference & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComponentPath(ComponentPathT &&value)
EntityPropertyReference & WithComponentName(ComponentNameT &&value)
EntityPropertyReference & AddExternalIdProperty(ExternalIdPropertyKeyT &&key, ExternalIdPropertyValueT &&value)
bool EntityIdHasBeenSet() const
AWS_IOTTWINMAKER_API EntityPropertyReference()=default
void SetPropertyName(PropertyNameT &&value)
EntityPropertyReference & WithExternalIdProperty(ExternalIdPropertyT &&value)
const Aws::String & GetComponentPath() const
bool PropertyNameHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetExternalIdProperty() const
AWS_IOTTWINMAKER_API EntityPropertyReference(Aws::Utils::Json::JsonView jsonValue)
void SetExternalIdProperty(ExternalIdPropertyT &&value)
bool ComponentPathHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue