/**
* 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 historical value entry that is
* associated with the BatchGetAssetPropertyValueHistory
* 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 BatchGetAssetPropertyValueHistoryEntry& WithEntryId(const Aws::String& value) { SetEntryId(value); return *this;} /** *The ID of the entry.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithEntryId(Aws::String&& value) { SetEntryId(std::move(value)); return *this;} /** *The ID of the entry.
*/ inline BatchGetAssetPropertyValueHistoryEntry& 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 BatchGetAssetPropertyValueHistoryEntry& WithAssetId(const Aws::String& value) { SetAssetId(value); return *this;} /** *The ID of the asset in which the asset property was created.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithAssetId(Aws::String&& value) { SetAssetId(std::move(value)); return *this;} /** *The ID of the asset in which the asset property was created.
*/ inline BatchGetAssetPropertyValueHistoryEntry& 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 BatchGetAssetPropertyValueHistoryEntry& WithPropertyId(const Aws::String& value) { SetPropertyId(value); return *this;} /** *The ID of the asset property.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithPropertyId(Aws::String&& value) { SetPropertyId(std::move(value)); return *this;} /** *The ID of the asset property.
*/ inline BatchGetAssetPropertyValueHistoryEntry& 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 exclusive start of the range from which to query historical data, * expressed in seconds in Unix epoch time.
*/ inline const Aws::Utils::DateTime& GetStartDate() const{ return m_startDate; } /** *The exclusive start of the range from which to query historical data, * expressed in seconds in Unix epoch time.
*/ inline bool StartDateHasBeenSet() const { return m_startDateHasBeenSet; } /** *The exclusive start of the range from which to query historical data, * expressed in seconds in Unix epoch time.
*/ inline void SetStartDate(const Aws::Utils::DateTime& value) { m_startDateHasBeenSet = true; m_startDate = value; } /** *The exclusive start of the range from which to query historical data, * expressed in seconds in Unix epoch time.
*/ inline void SetStartDate(Aws::Utils::DateTime&& value) { m_startDateHasBeenSet = true; m_startDate = std::move(value); } /** *The exclusive start of the range from which to query historical data, * expressed in seconds in Unix epoch time.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithStartDate(const Aws::Utils::DateTime& value) { SetStartDate(value); return *this;} /** *The exclusive start of the range from which to query historical data, * expressed in seconds in Unix epoch time.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithStartDate(Aws::Utils::DateTime&& value) { SetStartDate(std::move(value)); return *this;} /** *The inclusive end of the range from which to query historical data, expressed * in seconds in Unix epoch time.
*/ inline const Aws::Utils::DateTime& GetEndDate() const{ return m_endDate; } /** *The inclusive end of the range from which to query historical data, expressed * in seconds in Unix epoch time.
*/ inline bool EndDateHasBeenSet() const { return m_endDateHasBeenSet; } /** *The inclusive end of the range from which to query historical data, expressed * in seconds in Unix epoch time.
*/ inline void SetEndDate(const Aws::Utils::DateTime& value) { m_endDateHasBeenSet = true; m_endDate = value; } /** *The inclusive end of the range from which to query historical data, expressed * in seconds in Unix epoch time.
*/ inline void SetEndDate(Aws::Utils::DateTime&& value) { m_endDateHasBeenSet = true; m_endDate = std::move(value); } /** *The inclusive end of the range from which to query historical data, expressed * in seconds in Unix epoch time.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithEndDate(const Aws::Utils::DateTime& value) { SetEndDate(value); return *this;} /** *The inclusive end of the range from which to query historical data, expressed * in seconds in Unix epoch time.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithEndDate(Aws::Utils::DateTime&& value) { SetEndDate(std::move(value)); return *this;} /** *The quality by which to filter asset data.
*/ inline const Aws::VectorThe quality by which to filter asset data.
*/ inline bool QualitiesHasBeenSet() const { return m_qualitiesHasBeenSet; } /** *The quality by which to filter asset data.
*/ inline void SetQualities(const Aws::VectorThe quality by which to filter asset data.
*/ inline void SetQualities(Aws::VectorThe quality by which to filter asset data.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithQualities(const Aws::VectorThe quality by which to filter asset data.
*/ inline BatchGetAssetPropertyValueHistoryEntry& WithQualities(Aws::VectorThe quality by which to filter asset data.
*/ inline BatchGetAssetPropertyValueHistoryEntry& AddQualities(const Quality& value) { m_qualitiesHasBeenSet = true; m_qualities.push_back(value); return *this; } /** *The quality by which to filter asset data.
*/ inline BatchGetAssetPropertyValueHistoryEntry& AddQualities(Quality&& value) { m_qualitiesHasBeenSet = true; m_qualities.push_back(std::move(value)); return *this; } /** *The chronological sorting order of the requested information.
Default:
* ASCENDING
The chronological sorting order of the requested information.
Default:
* ASCENDING
The chronological sorting order of the requested information.
Default:
* ASCENDING
The chronological sorting order of the requested information.
Default:
* ASCENDING
The chronological sorting order of the requested information.
Default:
* ASCENDING
The chronological sorting order of the requested information.
Default:
* ASCENDING