7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetTargetEntityId(
const char* value) { m_targetEntityIdHasBeenSet =
true; m_targetEntityId.assign(value); }
63 inline void SetTargetComponentName(
const char* value) { m_targetComponentNameHasBeenSet =
true; m_targetComponentName.assign(value); }
71 bool m_targetEntityIdHasBeenSet =
false;
74 bool m_targetComponentNameHasBeenSet =
false;
bool TargetComponentNameHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTargetEntityId(const Aws::String &value)
RelationshipValue & WithTargetEntityId(Aws::String &&value)
void SetTargetComponentName(Aws::String &&value)
AWS_IOTTWINMAKER_API RelationshipValue()
RelationshipValue & WithTargetComponentName(const char *value)
AWS_IOTTWINMAKER_API RelationshipValue(Aws::Utils::Json::JsonView jsonValue)
RelationshipValue & WithTargetEntityId(const char *value)
const Aws::String & GetTargetComponentName() const
void SetTargetEntityId(Aws::String &&value)
AWS_IOTTWINMAKER_API RelationshipValue & operator=(Aws::Utils::Json::JsonView jsonValue)
RelationshipValue & WithTargetComponentName(const Aws::String &value)
RelationshipValue & WithTargetEntityId(const Aws::String &value)
void SetTargetEntityId(const char *value)
void SetTargetComponentName(const Aws::String &value)
void SetTargetComponentName(const char *value)
const Aws::String & GetTargetEntityId() const
bool TargetEntityIdHasBeenSet() const
RelationshipValue & WithTargetComponentName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue