AWS SDK for C++

AWS SDK for C++ Version 1.11.608

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() = default;
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 template<typename EntryIdT = Aws::String>
57 void SetEntryId(EntryIdT&& value) { m_entryIdHasBeenSet = true; m_entryId = std::forward<EntryIdT>(value); }
58 template<typename EntryIdT = Aws::String>
59 BatchGetAssetPropertyValueEntry& WithEntryId(EntryIdT&& value) { SetEntryId(std::forward<EntryIdT>(value)); return *this;}
61
63
66 inline const Aws::String& GetAssetId() const { return m_assetId; }
67 inline bool AssetIdHasBeenSet() const { return m_assetIdHasBeenSet; }
68 template<typename AssetIdT = Aws::String>
69 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet = true; m_assetId = std::forward<AssetIdT>(value); }
70 template<typename AssetIdT = Aws::String>
71 BatchGetAssetPropertyValueEntry& WithAssetId(AssetIdT&& value) { SetAssetId(std::forward<AssetIdT>(value)); return *this;}
73
75
78 inline const Aws::String& GetPropertyId() const { return m_propertyId; }
79 inline bool PropertyIdHasBeenSet() const { return m_propertyIdHasBeenSet; }
80 template<typename PropertyIdT = Aws::String>
81 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet = true; m_propertyId = std::forward<PropertyIdT>(value); }
82 template<typename PropertyIdT = Aws::String>
83 BatchGetAssetPropertyValueEntry& WithPropertyId(PropertyIdT&& value) { SetPropertyId(std::forward<PropertyIdT>(value)); return *this;}
85
87
95 inline const Aws::String& GetPropertyAlias() const { return m_propertyAlias; }
96 inline bool PropertyAliasHasBeenSet() const { return m_propertyAliasHasBeenSet; }
97 template<typename PropertyAliasT = Aws::String>
98 void SetPropertyAlias(PropertyAliasT&& value) { m_propertyAliasHasBeenSet = true; m_propertyAlias = std::forward<PropertyAliasT>(value); }
99 template<typename PropertyAliasT = Aws::String>
100 BatchGetAssetPropertyValueEntry& WithPropertyAlias(PropertyAliasT&& value) { SetPropertyAlias(std::forward<PropertyAliasT>(value)); return *this;}
102 private:
103
104 Aws::String m_entryId;
105 bool m_entryIdHasBeenSet = false;
106
107 Aws::String m_assetId;
108 bool m_assetIdHasBeenSet = false;
109
110 Aws::String m_propertyId;
111 bool m_propertyIdHasBeenSet = false;
112
113 Aws::String m_propertyAlias;
114 bool m_propertyAliasHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace IoTSiteWise
119} // namespace Aws
void SetEntryId(EntryIdT &&value)
const Aws::String & GetPropertyAlias() const
bool PropertyIdHasBeenSet() const
BatchGetAssetPropertyValueEntry & WithPropertyAlias(PropertyAliasT &&value)
BatchGetAssetPropertyValueEntry & WithAssetId(AssetIdT &&value)
BatchGetAssetPropertyValueEntry & WithEntryId(EntryIdT &&value)
BatchGetAssetPropertyValueEntry & WithPropertyId(PropertyIdT &&value)
void SetAssetId(AssetIdT &&value)
void SetPropertyAlias(PropertyAliasT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AssetIdHasBeenSet() const
const Aws::String & GetEntryId() const
bool PropertyAliasHasBeenSet() const
const Aws::String & GetAssetId() const
void SetPropertyId(PropertyIdT &&value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry()=default
bool EntryIdHasBeenSet() const
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPropertyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue