7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iotsitewise/model/BatchGetAssetPropertyAggregatesEntry.h>
44 template<
typename EntriesT = Aws::Vector<BatchGetAssetPropertyAggregatesEntry>>
45 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
46 template<
typename EntriesT = Aws::Vector<BatchGetAssetPropertyAggregatesEntry>>
48 template<
typename EntriesT = BatchGetAssetPropertyAggregatesEntry>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
74 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
80 bool m_entriesHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
void SetEntries(EntriesT &&value)
BatchGetAssetPropertyAggregatesRequest & WithNextToken(NextTokenT &&value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesRequest()=default
void SetNextToken(NextTokenT &&value)
BatchGetAssetPropertyAggregatesRequest & WithEntries(EntriesT &&value)
bool MaxResultsHasBeenSet() const
BatchGetAssetPropertyAggregatesRequest & AddEntries(EntriesT &&value)
const Aws::Vector< BatchGetAssetPropertyAggregatesEntry > & GetEntries() const
int GetMaxResults() const
bool EntriesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
BatchGetAssetPropertyAggregatesRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector