7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents/model/AssetPropertyValue.h>
73 inline void SetEntryId(
const char* value) { m_entryIdHasBeenSet =
true; m_entryId.assign(value); }
87 inline void SetAssetId(
const char* value) { m_assetIdHasBeenSet =
true; m_assetId.assign(value); }
101 inline void SetPropertyId(
const char* value) { m_propertyIdHasBeenSet =
true; m_propertyId.assign(value); }
115 inline void SetPropertyAlias(
const char* value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias.assign(value); }
136 bool m_entryIdHasBeenSet =
false;
139 bool m_assetIdHasBeenSet =
false;
142 bool m_propertyIdHasBeenSet =
false;
145 bool m_propertyAliasHasBeenSet =
false;
148 bool m_propertyValueHasBeenSet =
false;
IotSiteWiseAction & WithPropertyId(Aws::String &&value)
bool PropertyIdHasBeenSet() const
void SetPropertyValue(const AssetPropertyValue &value)
const Aws::String & GetPropertyId() const
void SetPropertyId(Aws::String &&value)
IotSiteWiseAction & WithAssetId(const char *value)
IotSiteWiseAction & WithAssetId(Aws::String &&value)
void SetPropertyValue(AssetPropertyValue &&value)
void SetAssetId(const Aws::String &value)
const Aws::String & GetPropertyAlias() const
const Aws::String & GetAssetId() const
void SetEntryId(const Aws::String &value)
void SetPropertyAlias(const Aws::String &value)
const Aws::String & GetEntryId() const
bool AssetIdHasBeenSet() const
void SetPropertyAlias(const char *value)
bool PropertyAliasHasBeenSet() const
bool PropertyValueHasBeenSet() const
void SetPropertyAlias(Aws::String &&value)
AWS_IOTEVENTS_API IotSiteWiseAction()
IotSiteWiseAction & WithEntryId(const char *value)
AWS_IOTEVENTS_API IotSiteWiseAction(Aws::Utils::Json::JsonView jsonValue)
IotSiteWiseAction & WithPropertyId(const char *value)
AWS_IOTEVENTS_API IotSiteWiseAction & operator=(Aws::Utils::Json::JsonView jsonValue)
IotSiteWiseAction & WithPropertyAlias(Aws::String &&value)
void SetEntryId(const char *value)
IotSiteWiseAction & WithAssetId(const Aws::String &value)
bool EntryIdHasBeenSet() const
void SetPropertyId(const char *value)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAssetId(Aws::String &&value)
IotSiteWiseAction & WithPropertyId(const Aws::String &value)
IotSiteWiseAction & WithEntryId(Aws::String &&value)
IotSiteWiseAction & WithPropertyAlias(const char *value)
IotSiteWiseAction & WithPropertyValue(const AssetPropertyValue &value)
IotSiteWiseAction & WithPropertyAlias(const Aws::String &value)
void SetPropertyId(const Aws::String &value)
IotSiteWiseAction & WithEntryId(const Aws::String &value)
void SetAssetId(const char *value)
const AssetPropertyValue & GetPropertyValue() const
IotSiteWiseAction & WithPropertyValue(AssetPropertyValue &&value)
void SetEntryId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue