7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotevents/IoTEvents_EXPORTS.h>
9#include <aws/iotevents/model/AssetPropertyValue.h>
65 template <
typename EntryIdT = Aws::String>
67 m_entryIdHasBeenSet =
true;
68 m_entryId = std::forward<EntryIdT>(value);
70 template <
typename EntryIdT = Aws::String>
83 template <
typename AssetIdT = Aws::String>
85 m_assetIdHasBeenSet =
true;
86 m_assetId = std::forward<AssetIdT>(value);
88 template <
typename AssetIdT = Aws::String>
101 template <
typename PropertyIdT = Aws::String>
103 m_propertyIdHasBeenSet =
true;
104 m_propertyId = std::forward<PropertyIdT>(value);
106 template <
typename PropertyIdT = Aws::String>
119 template <
typename PropertyAliasT = Aws::String>
121 m_propertyAliasHasBeenSet =
true;
122 m_propertyAlias = std::forward<PropertyAliasT>(value);
124 template <
typename PropertyAliasT = Aws::String>
138 template <
typename PropertyValueT = AssetPropertyValue>
140 m_propertyValueHasBeenSet =
true;
141 m_propertyValue = std::forward<PropertyValueT>(value);
143 template <
typename PropertyValueT = AssetPropertyValue>
159 bool m_entryIdHasBeenSet =
false;
160 bool m_assetIdHasBeenSet =
false;
161 bool m_propertyIdHasBeenSet =
false;
162 bool m_propertyAliasHasBeenSet =
false;
163 bool m_propertyValueHasBeenSet =
false;
bool PropertyIdHasBeenSet() const
const Aws::String & GetPropertyId() const
const Aws::String & GetPropertyAlias() const
const Aws::String & GetAssetId() const
void SetPropertyAlias(PropertyAliasT &&value)
const Aws::String & GetEntryId() const
IotSiteWiseAction & WithAssetId(AssetIdT &&value)
void SetAssetId(AssetIdT &&value)
IotSiteWiseAction & WithPropertyAlias(PropertyAliasT &&value)
bool AssetIdHasBeenSet() const
bool PropertyAliasHasBeenSet() const
bool PropertyValueHasBeenSet() const
AWS_IOTEVENTS_API IotSiteWiseAction(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyId(PropertyIdT &&value)
AWS_IOTEVENTS_API IotSiteWiseAction()=default
AWS_IOTEVENTS_API IotSiteWiseAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyValue(PropertyValueT &&value)
bool EntryIdHasBeenSet() const
IotSiteWiseAction & WithEntryId(EntryIdT &&value)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
IotSiteWiseAction & WithPropertyValue(PropertyValueT &&value)
void SetEntryId(EntryIdT &&value)
IotSiteWiseAction & WithPropertyId(PropertyIdT &&value)
const AssetPropertyValue & GetPropertyValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue