/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains a list of value updates for an asset property in the list of asset
* entries consumed by the BatchPutAssetPropertyValue
* API operation.See Also:
AWS
* API Reference
The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline const Aws::String& GetEntryId() const{ return m_entryId; } /** *The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline bool EntryIdHasBeenSet() const { return m_entryIdHasBeenSet; } /** *The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline void SetEntryId(const Aws::String& value) { m_entryIdHasBeenSet = true; m_entryId = value; } /** *The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline void SetEntryId(Aws::String&& value) { m_entryIdHasBeenSet = true; m_entryId = std::move(value); } /** *The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline void SetEntryId(const char* value) { m_entryIdHasBeenSet = true; m_entryId.assign(value); } /** *The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline PutAssetPropertyValueEntry& WithEntryId(const Aws::String& value) { SetEntryId(value); return *this;} /** *The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline PutAssetPropertyValueEntry& WithEntryId(Aws::String&& value) { SetEntryId(std::move(value)); return *this;} /** *The user specified ID for the entry. You can use this ID to identify which * entries failed.
*/ inline PutAssetPropertyValueEntry& WithEntryId(const char* value) { SetEntryId(value); return *this;} /** *The ID of the asset to update.
*/ inline const Aws::String& GetAssetId() const{ return m_assetId; } /** *The ID of the asset to update.
*/ inline bool AssetIdHasBeenSet() const { return m_assetIdHasBeenSet; } /** *The ID of the asset to update.
*/ inline void SetAssetId(const Aws::String& value) { m_assetIdHasBeenSet = true; m_assetId = value; } /** *The ID of the asset to update.
*/ inline void SetAssetId(Aws::String&& value) { m_assetIdHasBeenSet = true; m_assetId = std::move(value); } /** *The ID of the asset to update.
*/ inline void SetAssetId(const char* value) { m_assetIdHasBeenSet = true; m_assetId.assign(value); } /** *The ID of the asset to update.
*/ inline PutAssetPropertyValueEntry& WithAssetId(const Aws::String& value) { SetAssetId(value); return *this;} /** *The ID of the asset to update.
*/ inline PutAssetPropertyValueEntry& WithAssetId(Aws::String&& value) { SetAssetId(std::move(value)); return *this;} /** *The ID of the asset to update.
*/ inline PutAssetPropertyValueEntry& WithAssetId(const char* value) { SetAssetId(value); return *this;} /** *The ID of the asset property for this entry.
*/ inline const Aws::String& GetPropertyId() const{ return m_propertyId; } /** *The ID of the asset property for this entry.
*/ inline bool PropertyIdHasBeenSet() const { return m_propertyIdHasBeenSet; } /** *The ID of the asset property for this entry.
*/ inline void SetPropertyId(const Aws::String& value) { m_propertyIdHasBeenSet = true; m_propertyId = value; } /** *The ID of the asset property for this entry.
*/ inline void SetPropertyId(Aws::String&& value) { m_propertyIdHasBeenSet = true; m_propertyId = std::move(value); } /** *The ID of the asset property for this entry.
*/ inline void SetPropertyId(const char* value) { m_propertyIdHasBeenSet = true; m_propertyId.assign(value); } /** *The ID of the asset property for this entry.
*/ inline PutAssetPropertyValueEntry& WithPropertyId(const Aws::String& value) { SetPropertyId(value); return *this;} /** *The ID of the asset property for this entry.
*/ inline PutAssetPropertyValueEntry& WithPropertyId(Aws::String&& value) { SetPropertyId(std::move(value)); return *this;} /** *The ID of the asset property for this entry.
*/ inline PutAssetPropertyValueEntry& WithPropertyId(const char* value) { SetPropertyId(value); return *this;} /** *The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The alias that identifies the property, such as an OPC-UA server data stream
* path (for example, /company/windfarm/3/turbine/7/temperature
). For
* more information, see Mapping
* industrial data streams to asset properties in the IoT SiteWise User
* Guide.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.
The list of property values to upload. You can specify up to 10
* propertyValues
array elements.