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>
50 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
65 inline void SetComponentPath(
const char* value) { m_componentPathHasBeenSet =
true; m_componentPath.assign(value); }
99 inline void SetEntityId(
const char* value) { m_entityIdHasBeenSet =
true; m_entityId.assign(value); }
113 inline void SetPropertyName(
const char* value) { m_propertyNameHasBeenSet =
true; m_propertyName.assign(value); }
121 bool m_componentNameHasBeenSet =
false;
124 bool m_componentPathHasBeenSet =
false;
127 bool m_externalIdPropertyHasBeenSet =
false;
130 bool m_entityIdHasBeenSet =
false;
133 bool m_propertyNameHasBeenSet =
false;
EntityPropertyReference & WithEntityId(const char *value)
const Aws::String & GetPropertyName() const
EntityPropertyReference & AddExternalIdProperty(const char *key, const char *value)
void SetComponentName(const Aws::String &value)
EntityPropertyReference & WithComponentPath(const char *value)
void SetExternalIdProperty(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetComponentName() const
EntityPropertyReference & AddExternalIdProperty(const Aws::String &key, const Aws::String &value)
bool ExternalIdPropertyHasBeenSet() const
bool ComponentNameHasBeenSet() const
AWS_IOTTWINMAKER_API EntityPropertyReference()
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
EntityPropertyReference & AddExternalIdProperty(Aws::String &&key, Aws::String &&value)
void SetExternalIdProperty(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetEntityId() const
EntityPropertyReference & WithComponentPath(const Aws::String &value)
EntityPropertyReference & WithPropertyName(const char *value)
EntityPropertyReference & WithComponentName(Aws::String &&value)
EntityPropertyReference & WithPropertyName(Aws::String &&value)
EntityPropertyReference & AddExternalIdProperty(Aws::String &&key, const char *value)
AWS_IOTTWINMAKER_API EntityPropertyReference & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityPropertyReference & AddExternalIdProperty(const Aws::String &key, Aws::String &&value)
void SetComponentPath(const Aws::String &value)
void SetPropertyName(Aws::String &&value)
EntityPropertyReference & WithExternalIdProperty(Aws::Map< Aws::String, Aws::String > &&value)
void SetComponentName(const char *value)
EntityPropertyReference & WithEntityId(Aws::String &&value)
void SetComponentName(Aws::String &&value)
bool EntityIdHasBeenSet() const
void SetPropertyName(const Aws::String &value)
EntityPropertyReference & WithExternalIdProperty(const Aws::Map< Aws::String, Aws::String > &value)
EntityPropertyReference & AddExternalIdProperty(const char *key, Aws::String &&value)
void SetEntityId(const Aws::String &value)
const Aws::String & GetComponentPath() const
bool PropertyNameHasBeenSet() const
EntityPropertyReference & WithComponentName(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetExternalIdProperty() const
AWS_IOTTWINMAKER_API EntityPropertyReference(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyName(const char *value)
void SetComponentPath(const char *value)
void SetEntityId(const char *value)
EntityPropertyReference & AddExternalIdProperty(Aws::String &&key, const Aws::String &value)
EntityPropertyReference & WithComponentPath(Aws::String &&value)
EntityPropertyReference & WithEntityId(const Aws::String &value)
EntityPropertyReference & WithComponentName(const Aws::String &value)
void SetComponentPath(Aws::String &&value)
bool ComponentPathHasBeenSet() const
EntityPropertyReference & WithPropertyName(const Aws::String &value)
void SetEntityId(Aws::String &&value)
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