7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents/model/AssetPropertyValue.h>
71 template<
typename EntryIdT = Aws::String>
72 void SetEntryId(EntryIdT&& value) { m_entryIdHasBeenSet =
true; m_entryId = std::forward<EntryIdT>(value); }
73 template<
typename EntryIdT = Aws::String>
83 template<
typename AssetIdT = Aws::String>
84 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
85 template<
typename AssetIdT = Aws::String>
95 template<
typename PropertyIdT = Aws::String>
96 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet =
true; m_propertyId = std::forward<PropertyIdT>(value); }
97 template<
typename PropertyIdT = Aws::String>
107 template<
typename PropertyAliasT = Aws::String>
108 void SetPropertyAlias(PropertyAliasT&& value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias = std::forward<PropertyAliasT>(value); }
109 template<
typename PropertyAliasT = Aws::String>
120 template<
typename PropertyValueT = AssetPropertyValue>
121 void SetPropertyValue(PropertyValueT&& value) { m_propertyValueHasBeenSet =
true; m_propertyValue = std::forward<PropertyValueT>(value); }
122 template<
typename PropertyValueT = AssetPropertyValue>
128 bool m_entryIdHasBeenSet =
false;
131 bool m_assetIdHasBeenSet =
false;
134 bool m_propertyIdHasBeenSet =
false;
137 bool m_propertyAliasHasBeenSet =
false;
140 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