7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetTargetComponentTypeId(
const char* value) { m_targetComponentTypeIdHasBeenSet =
true; m_targetComponentTypeId.assign(value); }
63 inline void SetRelationshipType(
const char* value) { m_relationshipTypeHasBeenSet =
true; m_relationshipType.assign(value); }
71 bool m_targetComponentTypeIdHasBeenSet =
false;
74 bool m_relationshipTypeHasBeenSet =
false;
Relationship & WithTargetComponentTypeId(const Aws::String &value)
void SetRelationshipType(const Aws::String &value)
void SetRelationshipType(const char *value)
Relationship & WithTargetComponentTypeId(const char *value)
const Aws::String & GetTargetComponentTypeId() const
Relationship & WithRelationshipType(Aws::String &&value)
Relationship & WithTargetComponentTypeId(Aws::String &&value)
void SetTargetComponentTypeId(const char *value)
void SetRelationshipType(Aws::String &&value)
AWS_IOTTWINMAKER_API Relationship()
bool TargetComponentTypeIdHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRelationshipType() const
void SetTargetComponentTypeId(const Aws::String &value)
bool RelationshipTypeHasBeenSet() const
Relationship & WithRelationshipType(const char *value)
AWS_IOTTWINMAKER_API Relationship(Aws::Utils::Json::JsonView jsonValue)
void SetTargetComponentTypeId(Aws::String &&value)
Relationship & WithRelationshipType(const Aws::String &value)
AWS_IOTTWINMAKER_API Relationship & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue