7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TargetEntityIdT = Aws::String>
48 void SetTargetEntityId(TargetEntityIdT&& value) { m_targetEntityIdHasBeenSet =
true; m_targetEntityId = std::forward<TargetEntityIdT>(value); }
49 template<
typename TargetEntityIdT = Aws::String>
59 template<
typename TargetComponentNameT = Aws::String>
60 void SetTargetComponentName(TargetComponentNameT&& value) { m_targetComponentNameHasBeenSet =
true; m_targetComponentName = std::forward<TargetComponentNameT>(value); }
61 template<
typename TargetComponentNameT = Aws::String>
67 bool m_targetEntityIdHasBeenSet =
false;
70 bool m_targetComponentNameHasBeenSet =
false;
bool TargetComponentNameHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTargetComponentName(TargetComponentNameT &&value)
void SetTargetEntityId(TargetEntityIdT &&value)
AWS_IOTTWINMAKER_API RelationshipValue(Aws::Utils::Json::JsonView jsonValue)
RelationshipValue & WithTargetEntityId(TargetEntityIdT &&value)
AWS_IOTTWINMAKER_API RelationshipValue()=default
const Aws::String & GetTargetComponentName() const
AWS_IOTTWINMAKER_API RelationshipValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTargetEntityId() const
bool TargetEntityIdHasBeenSet() const
RelationshipValue & WithTargetComponentName(TargetComponentNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue