7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotsitewise/model/AssetPropertyValue.h>
54 inline void SetEntryId(
const char* value) { m_entryIdHasBeenSet =
true; m_entryId.assign(value); }
68 inline void SetAssetId(
const char* value) { m_assetIdHasBeenSet =
true; m_assetId.assign(value); }
82 inline void SetPropertyId(
const char* value) { m_propertyIdHasBeenSet =
true; m_propertyId.assign(value); }
101 inline void SetPropertyAlias(
const char* value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias.assign(value); }
124 bool m_entryIdHasBeenSet =
false;
127 bool m_assetIdHasBeenSet =
false;
130 bool m_propertyIdHasBeenSet =
false;
133 bool m_propertyAliasHasBeenSet =
false;
136 bool m_propertyValuesHasBeenSet =
false;
void SetAssetId(const char *value)
void SetEntryId(Aws::String &&value)
PutAssetPropertyValueEntry & WithPropertyId(const Aws::String &value)
PutAssetPropertyValueEntry & WithEntryId(const char *value)
void SetEntryId(const Aws::String &value)
const Aws::String & GetPropertyId() const
void SetPropertyId(Aws::String &&value)
bool PropertyAliasHasBeenSet() const
const Aws::String & GetPropertyAlias() const
PutAssetPropertyValueEntry & WithPropertyAlias(const Aws::String &value)
bool PropertyIdHasBeenSet() const
PutAssetPropertyValueEntry & WithPropertyAlias(Aws::String &&value)
bool EntryIdHasBeenSet() const
void SetEntryId(const char *value)
PutAssetPropertyValueEntry & AddPropertyValues(AssetPropertyValue &&value)
PutAssetPropertyValueEntry & WithAssetId(Aws::String &&value)
AWS_IOTSITEWISE_API PutAssetPropertyValueEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
PutAssetPropertyValueEntry & WithEntryId(const Aws::String &value)
PutAssetPropertyValueEntry & WithPropertyAlias(const char *value)
PutAssetPropertyValueEntry & WithPropertyId(Aws::String &&value)
const Aws::Vector< AssetPropertyValue > & GetPropertyValues() const
void SetAssetId(const Aws::String &value)
const Aws::String & GetAssetId() const
bool PropertyValuesHasBeenSet() const
PutAssetPropertyValueEntry & WithAssetId(const Aws::String &value)
PutAssetPropertyValueEntry & WithPropertyId(const char *value)
void SetPropertyAlias(const char *value)
const Aws::String & GetEntryId() const
void SetPropertyId(const Aws::String &value)
PutAssetPropertyValueEntry & WithPropertyValues(const Aws::Vector< AssetPropertyValue > &value)
PutAssetPropertyValueEntry & WithEntryId(Aws::String &&value)
PutAssetPropertyValueEntry & WithPropertyValues(Aws::Vector< AssetPropertyValue > &&value)
bool AssetIdHasBeenSet() const
void SetPropertyValues(Aws::Vector< AssetPropertyValue > &&value)
void SetPropertyAlias(Aws::String &&value)
void SetPropertyAlias(const Aws::String &value)
PutAssetPropertyValueEntry & AddPropertyValues(const AssetPropertyValue &value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API PutAssetPropertyValueEntry(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyValues(const Aws::Vector< AssetPropertyValue > &value)
PutAssetPropertyValueEntry & WithAssetId(const char *value)
void SetAssetId(Aws::String &&value)
AWS_IOTSITEWISE_API PutAssetPropertyValueEntry()
void SetPropertyId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue