AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RelationshipValue.h
1
6#pragma once
7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTTwinMaker
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_IOTTWINMAKER_API RelationshipValue();
36 AWS_IOTTWINMAKER_API RelationshipValue(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTTWINMAKER_API RelationshipValue& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetTargetEntityId() const{ return m_targetEntityId; }
46 inline bool TargetEntityIdHasBeenSet() const { return m_targetEntityIdHasBeenSet; }
47 inline void SetTargetEntityId(const Aws::String& value) { m_targetEntityIdHasBeenSet = true; m_targetEntityId = value; }
48 inline void SetTargetEntityId(Aws::String&& value) { m_targetEntityIdHasBeenSet = true; m_targetEntityId = std::move(value); }
49 inline void SetTargetEntityId(const char* value) { m_targetEntityIdHasBeenSet = true; m_targetEntityId.assign(value); }
50 inline RelationshipValue& WithTargetEntityId(const Aws::String& value) { SetTargetEntityId(value); return *this;}
51 inline RelationshipValue& WithTargetEntityId(Aws::String&& value) { SetTargetEntityId(std::move(value)); return *this;}
52 inline RelationshipValue& WithTargetEntityId(const char* value) { SetTargetEntityId(value); return *this;}
54
56
59 inline const Aws::String& GetTargetComponentName() const{ return m_targetComponentName; }
60 inline bool TargetComponentNameHasBeenSet() const { return m_targetComponentNameHasBeenSet; }
61 inline void SetTargetComponentName(const Aws::String& value) { m_targetComponentNameHasBeenSet = true; m_targetComponentName = value; }
62 inline void SetTargetComponentName(Aws::String&& value) { m_targetComponentNameHasBeenSet = true; m_targetComponentName = std::move(value); }
63 inline void SetTargetComponentName(const char* value) { m_targetComponentNameHasBeenSet = true; m_targetComponentName.assign(value); }
64 inline RelationshipValue& WithTargetComponentName(const Aws::String& value) { SetTargetComponentName(value); return *this;}
65 inline RelationshipValue& WithTargetComponentName(Aws::String&& value) { SetTargetComponentName(std::move(value)); return *this;}
66 inline RelationshipValue& WithTargetComponentName(const char* value) { SetTargetComponentName(value); return *this;}
68 private:
69
70 Aws::String m_targetEntityId;
71 bool m_targetEntityIdHasBeenSet = false;
72
73 Aws::String m_targetComponentName;
74 bool m_targetComponentNameHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace IoTTwinMaker
79} // namespace Aws
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTargetEntityId(const Aws::String &value)
RelationshipValue & WithTargetEntityId(Aws::String &&value)
RelationshipValue & WithTargetComponentName(const char *value)
AWS_IOTTWINMAKER_API RelationshipValue(Aws::Utils::Json::JsonView jsonValue)
RelationshipValue & WithTargetEntityId(const char *value)
const Aws::String & GetTargetComponentName() const
AWS_IOTTWINMAKER_API RelationshipValue & operator=(Aws::Utils::Json::JsonView jsonValue)
RelationshipValue & WithTargetComponentName(const Aws::String &value)
RelationshipValue & WithTargetEntityId(const Aws::String &value)
void SetTargetComponentName(const Aws::String &value)
const Aws::String & GetTargetEntityId() const
RelationshipValue & WithTargetComponentName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue