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>
63 inline void SetEntryId(
const char* value) { m_entryIdHasBeenSet =
true; m_entryId.assign(value); }
77 inline void SetAssetId(
const char* value) { m_assetIdHasBeenSet =
true; m_assetId.assign(value); }
91 inline void SetPropertyId(
const char* value) { m_propertyIdHasBeenSet =
true; m_propertyId.assign(value); }
110 inline void SetPropertyAlias(
const char* value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias.assign(value); }
138 inline void SetResolution(
const char* value) { m_resolutionHasBeenSet =
true; m_resolution.assign(value); }
199 bool m_entryIdHasBeenSet =
false;
202 bool m_assetIdHasBeenSet =
false;
205 bool m_propertyIdHasBeenSet =
false;
208 bool m_propertyAliasHasBeenSet =
false;
211 bool m_aggregateTypesHasBeenSet =
false;
214 bool m_resolutionHasBeenSet =
false;
217 bool m_startDateHasBeenSet =
false;
220 bool m_endDateHasBeenSet =
false;
223 bool m_qualitiesHasBeenSet =
false;
226 bool m_timeOrderingHasBeenSet =
false;
void SetAggregateTypes(const Aws::Vector< AggregateType > &value)
BatchGetAssetPropertyAggregatesEntry & WithStartDate(Aws::Utils::DateTime &&value)
void SetResolution(const Aws::String &value)
BatchGetAssetPropertyAggregatesEntry & AddQualities(const Quality &value)
bool AssetIdHasBeenSet() const
bool EntryIdHasBeenSet() const
void SetResolution(Aws::String &&value)
bool TimeOrderingHasBeenSet() const
const Aws::String & GetPropertyAlias() const
bool PropertyAliasHasBeenSet() const
BatchGetAssetPropertyAggregatesEntry & WithPropertyAlias(const char *value)
const Aws::String & GetAssetId() const
BatchGetAssetPropertyAggregatesEntry & WithEndDate(const Aws::Utils::DateTime &value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesEntry(Aws::Utils::Json::JsonView jsonValue)
BatchGetAssetPropertyAggregatesEntry & WithEntryId(Aws::String &&value)
BatchGetAssetPropertyAggregatesEntry & WithEntryId(const Aws::String &value)
const Aws::String & GetResolution() const
void SetPropertyId(const char *value)
bool EndDateHasBeenSet() const
const Aws::String & GetEntryId() const
BatchGetAssetPropertyAggregatesEntry & AddAggregateTypes(AggregateType &&value)
void SetPropertyAlias(Aws::String &&value)
BatchGetAssetPropertyAggregatesEntry & WithResolution(const Aws::String &value)
void SetTimeOrdering(TimeOrdering &&value)
BatchGetAssetPropertyAggregatesEntry & WithResolution(const char *value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesEntry()
void SetPropertyId(Aws::String &&value)
void SetAggregateTypes(Aws::Vector< AggregateType > &&value)
void SetPropertyAlias(const char *value)
BatchGetAssetPropertyAggregatesEntry & WithAssetId(const Aws::String &value)
const Aws::Vector< Quality > & GetQualities() const
const TimeOrdering & GetTimeOrdering() const
BatchGetAssetPropertyAggregatesEntry & WithTimeOrdering(const TimeOrdering &value)
BatchGetAssetPropertyAggregatesEntry & WithStartDate(const Aws::Utils::DateTime &value)
BatchGetAssetPropertyAggregatesEntry & WithQualities(const Aws::Vector< Quality > &value)
void SetQualities(Aws::Vector< Quality > &&value)
void SetStartDate(const Aws::Utils::DateTime &value)
BatchGetAssetPropertyAggregatesEntry & WithTimeOrdering(TimeOrdering &&value)
BatchGetAssetPropertyAggregatesEntry & WithAggregateTypes(Aws::Vector< AggregateType > &&value)
BatchGetAssetPropertyAggregatesEntry & WithPropertyAlias(const Aws::String &value)
void SetTimeOrdering(const TimeOrdering &value)
BatchGetAssetPropertyAggregatesEntry & WithPropertyAlias(Aws::String &&value)
bool PropertyIdHasBeenSet() const
BatchGetAssetPropertyAggregatesEntry & WithResolution(Aws::String &&value)
void SetPropertyAlias(const Aws::String &value)
const Aws::Vector< AggregateType > & GetAggregateTypes() const
BatchGetAssetPropertyAggregatesEntry & AddAggregateTypes(const AggregateType &value)
bool StartDateHasBeenSet() const
BatchGetAssetPropertyAggregatesEntry & WithQualities(Aws::Vector< Quality > &&value)
BatchGetAssetPropertyAggregatesEntry & AddQualities(Quality &&value)
const Aws::Utils::DateTime & GetStartDate() const
const Aws::Utils::DateTime & GetEndDate() const
void SetResolution(const char *value)
void SetEntryId(const char *value)
BatchGetAssetPropertyAggregatesEntry & WithEndDate(Aws::Utils::DateTime &&value)
BatchGetAssetPropertyAggregatesEntry & WithPropertyId(const Aws::String &value)
void SetAssetId(const Aws::String &value)
BatchGetAssetPropertyAggregatesEntry & WithPropertyId(Aws::String &&value)
void SetPropertyId(const Aws::String &value)
BatchGetAssetPropertyAggregatesEntry & WithAssetId(Aws::String &&value)
void SetEntryId(const Aws::String &value)
void SetStartDate(Aws::Utils::DateTime &&value)
void SetAssetId(Aws::String &&value)
const Aws::String & GetPropertyId() const
BatchGetAssetPropertyAggregatesEntry & WithEntryId(const char *value)
void SetEndDate(const Aws::Utils::DateTime &value)
BatchGetAssetPropertyAggregatesEntry & WithAssetId(const char *value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetQualities(const Aws::Vector< Quality > &value)
bool AggregateTypesHasBeenSet() const
void SetEndDate(Aws::Utils::DateTime &&value)
bool ResolutionHasBeenSet() const
bool QualitiesHasBeenSet() const
BatchGetAssetPropertyAggregatesEntry & WithPropertyId(const char *value)
void SetEntryId(Aws::String &&value)
void SetAssetId(const char *value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetAssetPropertyAggregatesEntry & WithAggregateTypes(const Aws::Vector< AggregateType > &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