/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information for an asset property value entry that is associated
* with the BatchGetAssetPropertyValue
* API. To identify an asset property, you must specify one of the
* following: The A
assetId
and propertyId
* of an asset property.propertyAlias
, which is a
* data stream alias (for example,
* /company/windfarm/3/turbine/7/temperature
). To define an asset
* property's alias, see UpdateAssetProperty.See Also:
AWS
* API Reference
The ID of the entry.
*/ inline const Aws::String& GetEntryId() const{ return m_entryId; } /** *The ID of the entry.
*/ inline bool EntryIdHasBeenSet() const { return m_entryIdHasBeenSet; } /** *The ID of the entry.
*/ inline void SetEntryId(const Aws::String& value) { m_entryIdHasBeenSet = true; m_entryId = value; } /** *The ID of the entry.
*/ inline void SetEntryId(Aws::String&& value) { m_entryIdHasBeenSet = true; m_entryId = std::move(value); } /** *The ID of the entry.
*/ inline void SetEntryId(const char* value) { m_entryIdHasBeenSet = true; m_entryId.assign(value); } /** *The ID of the entry.
*/ inline BatchGetAssetPropertyValueEntry& WithEntryId(const Aws::String& value) { SetEntryId(value); return *this;} /** *The ID of the entry.
*/ inline BatchGetAssetPropertyValueEntry& WithEntryId(Aws::String&& value) { SetEntryId(std::move(value)); return *this;} /** *The ID of the entry.
*/ inline BatchGetAssetPropertyValueEntry& WithEntryId(const char* value) { SetEntryId(value); return *this;} /** *The ID of the asset in which the asset property was created.
*/ inline const Aws::String& GetAssetId() const{ return m_assetId; } /** *The ID of the asset in which the asset property was created.
*/ inline bool AssetIdHasBeenSet() const { return m_assetIdHasBeenSet; } /** *The ID of the asset in which the asset property was created.
*/ inline void SetAssetId(const Aws::String& value) { m_assetIdHasBeenSet = true; m_assetId = value; } /** *The ID of the asset in which the asset property was created.
*/ inline void SetAssetId(Aws::String&& value) { m_assetIdHasBeenSet = true; m_assetId = std::move(value); } /** *The ID of the asset in which the asset property was created.
*/ inline void SetAssetId(const char* value) { m_assetIdHasBeenSet = true; m_assetId.assign(value); } /** *The ID of the asset in which the asset property was created.
*/ inline BatchGetAssetPropertyValueEntry& WithAssetId(const Aws::String& value) { SetAssetId(value); return *this;} /** *The ID of the asset in which the asset property was created.
*/ inline BatchGetAssetPropertyValueEntry& WithAssetId(Aws::String&& value) { SetAssetId(std::move(value)); return *this;} /** *The ID of the asset in which the asset property was created.
*/ inline BatchGetAssetPropertyValueEntry& WithAssetId(const char* value) { SetAssetId(value); return *this;} /** *The ID of the asset property.
*/ inline const Aws::String& GetPropertyId() const{ return m_propertyId; } /** *The ID of the asset property.
*/ inline bool PropertyIdHasBeenSet() const { return m_propertyIdHasBeenSet; } /** *The ID of the asset property.
*/ inline void SetPropertyId(const Aws::String& value) { m_propertyIdHasBeenSet = true; m_propertyId = value; } /** *The ID of the asset property.
*/ inline void SetPropertyId(Aws::String&& value) { m_propertyIdHasBeenSet = true; m_propertyId = std::move(value); } /** *The ID of the asset property.
*/ inline void SetPropertyId(const char* value) { m_propertyIdHasBeenSet = true; m_propertyId.assign(value); } /** *The ID of the asset property.
*/ inline BatchGetAssetPropertyValueEntry& WithPropertyId(const Aws::String& value) { SetPropertyId(value); return *this;} /** *The ID of the asset property.
*/ inline BatchGetAssetPropertyValueEntry& WithPropertyId(Aws::String&& value) { SetPropertyId(std::move(value)); return *this;} /** *The ID of the asset property.
*/ inline BatchGetAssetPropertyValueEntry& 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.