7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TargetComponentTypeIdT = Aws::String>
48 void SetTargetComponentTypeId(TargetComponentTypeIdT&& value) { m_targetComponentTypeIdHasBeenSet =
true; m_targetComponentTypeId = std::forward<TargetComponentTypeIdT>(value); }
49 template<
typename TargetComponentTypeIdT = Aws::String>
59 template<
typename RelationshipTypeT = Aws::String>
60 void SetRelationshipType(RelationshipTypeT&& value) { m_relationshipTypeHasBeenSet =
true; m_relationshipType = std::forward<RelationshipTypeT>(value); }
61 template<
typename RelationshipTypeT = Aws::String>
67 bool m_targetComponentTypeIdHasBeenSet =
false;
70 bool m_relationshipTypeHasBeenSet =
false;
void SetRelationshipType(RelationshipTypeT &&value)
const Aws::String & GetTargetComponentTypeId() const
AWS_IOTTWINMAKER_API Relationship()=default
void SetTargetComponentTypeId(TargetComponentTypeIdT &&value)
Relationship & WithRelationshipType(RelationshipTypeT &&value)
bool TargetComponentTypeIdHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRelationshipType() const
bool RelationshipTypeHasBeenSet() const
Relationship & WithTargetComponentTypeId(TargetComponentTypeIdT &&value)
AWS_IOTTWINMAKER_API Relationship(Aws::Utils::Json::JsonView jsonValue)
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