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/core/utils/DateTime.h>
11#include <aws/iotsitewise/model/TimeOrdering.h>
12#include <aws/iotsitewise/model/AggregateType.h>
13#include <aws/iotsitewise/model/Quality.h>
61 template<
typename EntryIdT = Aws::String>
62 void SetEntryId(EntryIdT&& value) { m_entryIdHasBeenSet =
true; m_entryId = std::forward<EntryIdT>(value); }
63 template<
typename EntryIdT = Aws::String>
73 template<
typename AssetIdT = Aws::String>
74 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
75 template<
typename AssetIdT = Aws::String>
85 template<
typename PropertyIdT = Aws::String>
86 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet =
true; m_propertyId = std::forward<PropertyIdT>(value); }
87 template<
typename PropertyIdT = Aws::String>
102 template<
typename PropertyAliasT = Aws::String>
103 void SetPropertyAlias(PropertyAliasT&& value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias = std::forward<PropertyAliasT>(value); }
104 template<
typename PropertyAliasT = Aws::String>
114 template<
typename AggregateTypesT = Aws::Vector<AggregateType>>
115 void SetAggregateTypes(AggregateTypesT&& value) { m_aggregateTypesHasBeenSet =
true; m_aggregateTypes = std::forward<AggregateTypesT>(value); }
116 template<
typename AggregateTypesT = Aws::Vector<AggregateType>>
127 template<
typename ResolutionT = Aws::String>
128 void SetResolution(ResolutionT&& value) { m_resolutionHasBeenSet =
true; m_resolution = std::forward<ResolutionT>(value); }
129 template<
typename ResolutionT = Aws::String>
140 template<
typename StartDateT = Aws::Utils::DateTime>
141 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
142 template<
typename StartDateT = Aws::Utils::DateTime>
153 template<
typename EndDateT = Aws::Utils::DateTime>
154 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
155 template<
typename EndDateT = Aws::Utils::DateTime>
165 template<
typename QualitiesT = Aws::Vector<Quality>>
166 void SetQualities(QualitiesT&& value) { m_qualitiesHasBeenSet =
true; m_qualities = std::forward<QualitiesT>(value); }
167 template<
typename QualitiesT = Aws::Vector<Quality>>
185 bool m_entryIdHasBeenSet =
false;
188 bool m_assetIdHasBeenSet =
false;
191 bool m_propertyIdHasBeenSet =
false;
194 bool m_propertyAliasHasBeenSet =
false;
197 bool m_aggregateTypesHasBeenSet =
false;
200 bool m_resolutionHasBeenSet =
false;
203 bool m_startDateHasBeenSet =
false;
206 bool m_endDateHasBeenSet =
false;
209 bool m_qualitiesHasBeenSet =
false;
212 bool m_timeOrderingHasBeenSet =
false;
BatchGetAssetPropertyAggregatesEntry & WithPropertyId(PropertyIdT &&value)
void SetEntryId(EntryIdT &&value)
bool AssetIdHasBeenSet() const
bool EntryIdHasBeenSet() const
void SetEndDate(EndDateT &&value)
TimeOrdering GetTimeOrdering() const
bool TimeOrderingHasBeenSet() const
const Aws::String & GetPropertyAlias() const
bool PropertyAliasHasBeenSet() const
const Aws::String & GetAssetId() const
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResolution() const
void SetAssetId(AssetIdT &&value)
bool EndDateHasBeenSet() const
const Aws::String & GetEntryId() const
BatchGetAssetPropertyAggregatesEntry & AddAggregateTypes(AggregateType value)
BatchGetAssetPropertyAggregatesEntry & WithPropertyAlias(PropertyAliasT &&value)
const Aws::Vector< Quality > & GetQualities() const
void SetTimeOrdering(TimeOrdering value)
bool PropertyIdHasBeenSet() const
BatchGetAssetPropertyAggregatesEntry & WithEndDate(EndDateT &&value)
const Aws::Vector< AggregateType > & GetAggregateTypes() const
bool StartDateHasBeenSet() const
BatchGetAssetPropertyAggregatesEntry & WithAggregateTypes(AggregateTypesT &&value)
const Aws::Utils::DateTime & GetStartDate() const
const Aws::Utils::DateTime & GetEndDate() const
void SetAggregateTypes(AggregateTypesT &&value)
BatchGetAssetPropertyAggregatesEntry & WithEntryId(EntryIdT &&value)
void SetPropertyAlias(PropertyAliasT &&value)
BatchGetAssetPropertyAggregatesEntry & WithResolution(ResolutionT &&value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesEntry()=default
void SetResolution(ResolutionT &&value)
BatchGetAssetPropertyAggregatesEntry & WithStartDate(StartDateT &&value)
BatchGetAssetPropertyAggregatesEntry & WithAssetId(AssetIdT &&value)
const Aws::String & GetPropertyId() const
void SetStartDate(StartDateT &&value)
void SetQualities(QualitiesT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyId(PropertyIdT &&value)
bool AggregateTypesHasBeenSet() const
bool ResolutionHasBeenSet() const
bool QualitiesHasBeenSet() const
BatchGetAssetPropertyAggregatesEntry & WithQualities(QualitiesT &&value)
BatchGetAssetPropertyAggregatesEntry & WithTimeOrdering(TimeOrdering value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetAssetPropertyAggregatesEntry & AddQualities(Quality 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