AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetAssetPropertyValueEntry.h
1
6#pragma once
7#include <aws/iotsitewise/IoTSiteWise_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 IoTSiteWise
22{
23namespace Model
24{
25
42 {
43 public:
44 AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry();
47 AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
48
49
51
54 inline const Aws::String& GetEntryId() const{ return m_entryId; }
55 inline bool EntryIdHasBeenSet() const { return m_entryIdHasBeenSet; }
56 inline void SetEntryId(const Aws::String& value) { m_entryIdHasBeenSet = true; m_entryId = value; }
57 inline void SetEntryId(Aws::String&& value) { m_entryIdHasBeenSet = true; m_entryId = std::move(value); }
58 inline void SetEntryId(const char* value) { m_entryIdHasBeenSet = true; m_entryId.assign(value); }
59 inline BatchGetAssetPropertyValueEntry& WithEntryId(const Aws::String& value) { SetEntryId(value); return *this;}
60 inline BatchGetAssetPropertyValueEntry& WithEntryId(Aws::String&& value) { SetEntryId(std::move(value)); return *this;}
61 inline BatchGetAssetPropertyValueEntry& WithEntryId(const char* value) { SetEntryId(value); return *this;}
63
65
68 inline const Aws::String& GetAssetId() const{ return m_assetId; }
69 inline bool AssetIdHasBeenSet() const { return m_assetIdHasBeenSet; }
70 inline void SetAssetId(const Aws::String& value) { m_assetIdHasBeenSet = true; m_assetId = value; }
71 inline void SetAssetId(Aws::String&& value) { m_assetIdHasBeenSet = true; m_assetId = std::move(value); }
72 inline void SetAssetId(const char* value) { m_assetIdHasBeenSet = true; m_assetId.assign(value); }
73 inline BatchGetAssetPropertyValueEntry& WithAssetId(const Aws::String& value) { SetAssetId(value); return *this;}
74 inline BatchGetAssetPropertyValueEntry& WithAssetId(Aws::String&& value) { SetAssetId(std::move(value)); return *this;}
75 inline BatchGetAssetPropertyValueEntry& WithAssetId(const char* value) { SetAssetId(value); return *this;}
77
79
82 inline const Aws::String& GetPropertyId() const{ return m_propertyId; }
83 inline bool PropertyIdHasBeenSet() const { return m_propertyIdHasBeenSet; }
84 inline void SetPropertyId(const Aws::String& value) { m_propertyIdHasBeenSet = true; m_propertyId = value; }
85 inline void SetPropertyId(Aws::String&& value) { m_propertyIdHasBeenSet = true; m_propertyId = std::move(value); }
86 inline void SetPropertyId(const char* value) { m_propertyIdHasBeenSet = true; m_propertyId.assign(value); }
87 inline BatchGetAssetPropertyValueEntry& WithPropertyId(const Aws::String& value) { SetPropertyId(value); return *this;}
88 inline BatchGetAssetPropertyValueEntry& WithPropertyId(Aws::String&& value) { SetPropertyId(std::move(value)); return *this;}
89 inline BatchGetAssetPropertyValueEntry& WithPropertyId(const char* value) { SetPropertyId(value); return *this;}
91
93
101 inline const Aws::String& GetPropertyAlias() const{ return m_propertyAlias; }
102 inline bool PropertyAliasHasBeenSet() const { return m_propertyAliasHasBeenSet; }
103 inline void SetPropertyAlias(const Aws::String& value) { m_propertyAliasHasBeenSet = true; m_propertyAlias = value; }
104 inline void SetPropertyAlias(Aws::String&& value) { m_propertyAliasHasBeenSet = true; m_propertyAlias = std::move(value); }
105 inline void SetPropertyAlias(const char* value) { m_propertyAliasHasBeenSet = true; m_propertyAlias.assign(value); }
107 inline BatchGetAssetPropertyValueEntry& WithPropertyAlias(Aws::String&& value) { SetPropertyAlias(std::move(value)); return *this;}
108 inline BatchGetAssetPropertyValueEntry& WithPropertyAlias(const char* value) { SetPropertyAlias(value); return *this;}
110 private:
111
112 Aws::String m_entryId;
113 bool m_entryIdHasBeenSet = false;
114
115 Aws::String m_assetId;
116 bool m_assetIdHasBeenSet = false;
117
118 Aws::String m_propertyId;
119 bool m_propertyIdHasBeenSet = false;
120
121 Aws::String m_propertyAlias;
122 bool m_propertyAliasHasBeenSet = false;
123 };
124
125} // namespace Model
126} // namespace IoTSiteWise
127} // namespace Aws
const Aws::String & GetPropertyAlias() const
bool PropertyIdHasBeenSet() const
BatchGetAssetPropertyValueEntry & WithPropertyAlias(Aws::String &&value)
void SetEntryId(const Aws::String &value)
void SetPropertyId(const Aws::String &value)
void SetPropertyId(const char *value)
BatchGetAssetPropertyValueEntry & WithPropertyAlias(const Aws::String &value)
void SetPropertyAlias(Aws::String &&value)
BatchGetAssetPropertyValueEntry & WithEntryId(Aws::String &&value)
void SetPropertyId(Aws::String &&value)
void SetPropertyAlias(const char *value)
void SetAssetId(const char *value)
void SetAssetId(const Aws::String &value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyAlias(const Aws::String &value)
BatchGetAssetPropertyValueEntry & WithAssetId(const Aws::String &value)
bool AssetIdHasBeenSet() const
BatchGetAssetPropertyValueEntry & WithEntryId(const char *value)
BatchGetAssetPropertyValueEntry & WithEntryId(const Aws::String &value)
const Aws::String & GetEntryId() const
bool PropertyAliasHasBeenSet() const
BatchGetAssetPropertyValueEntry & WithAssetId(const char *value)
const Aws::String & GetAssetId() const
BatchGetAssetPropertyValueEntry & WithPropertyId(Aws::String &&value)
BatchGetAssetPropertyValueEntry & WithPropertyId(const Aws::String &value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry()
bool EntryIdHasBeenSet() const
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEntryId(const char *value)
const Aws::String & GetPropertyId() const
BatchGetAssetPropertyValueEntry & WithPropertyId(const char *value)
BatchGetAssetPropertyValueEntry & WithAssetId(Aws::String &&value)
BatchGetAssetPropertyValueEntry & WithPropertyAlias(const char *value)
void SetEntryId(Aws::String &&value)
void SetAssetId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue