7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotsitewise/model/BatchGetAssetPropertyAggregatesErrorEntry.h>
11#include <aws/iotsitewise/model/BatchGetAssetPropertyAggregatesSuccessEntry.h>
12#include <aws/iotsitewise/model/BatchGetAssetPropertyAggregatesSkippedEntry.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
91 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
102 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetNextToken() const
void SetRequestId(const Aws::String &value)
BatchGetAssetPropertyAggregatesResult & AddSkippedEntries(const BatchGetAssetPropertyAggregatesSkippedEntry &value)
BatchGetAssetPropertyAggregatesResult & AddErrorEntries(BatchGetAssetPropertyAggregatesErrorEntry &&value)
BatchGetAssetPropertyAggregatesResult & AddErrorEntries(const BatchGetAssetPropertyAggregatesErrorEntry &value)
const Aws::Vector< BatchGetAssetPropertyAggregatesSkippedEntry > & GetSkippedEntries() const
BatchGetAssetPropertyAggregatesResult & WithErrorEntries(Aws::Vector< BatchGetAssetPropertyAggregatesErrorEntry > &&value)
BatchGetAssetPropertyAggregatesResult & WithRequestId(Aws::String &&value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesResult()
void SetSkippedEntries(const Aws::Vector< BatchGetAssetPropertyAggregatesSkippedEntry > &value)
void SetSuccessEntries(const Aws::Vector< BatchGetAssetPropertyAggregatesSuccessEntry > &value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetAssetPropertyAggregatesResult & WithSuccessEntries(Aws::Vector< BatchGetAssetPropertyAggregatesSuccessEntry > &&value)
void SetNextToken(const Aws::String &value)
BatchGetAssetPropertyAggregatesResult & WithNextToken(Aws::String &&value)
const Aws::String & GetRequestId() const
BatchGetAssetPropertyAggregatesResult & WithSkippedEntries(const Aws::Vector< BatchGetAssetPropertyAggregatesSkippedEntry > &value)
void SetNextToken(Aws::String &&value)
void SetRequestId(const char *value)
BatchGetAssetPropertyAggregatesResult & WithErrorEntries(const Aws::Vector< BatchGetAssetPropertyAggregatesErrorEntry > &value)
BatchGetAssetPropertyAggregatesResult & AddSuccessEntries(BatchGetAssetPropertyAggregatesSuccessEntry &&value)
BatchGetAssetPropertyAggregatesResult & WithSkippedEntries(Aws::Vector< BatchGetAssetPropertyAggregatesSkippedEntry > &&value)
void SetErrorEntries(const Aws::Vector< BatchGetAssetPropertyAggregatesErrorEntry > &value)
BatchGetAssetPropertyAggregatesResult & WithNextToken(const char *value)
void SetNextToken(const char *value)
BatchGetAssetPropertyAggregatesResult & AddSkippedEntries(BatchGetAssetPropertyAggregatesSkippedEntry &&value)
void SetSkippedEntries(Aws::Vector< BatchGetAssetPropertyAggregatesSkippedEntry > &&value)
void SetErrorEntries(Aws::Vector< BatchGetAssetPropertyAggregatesErrorEntry > &&value)
BatchGetAssetPropertyAggregatesResult & WithSuccessEntries(const Aws::Vector< BatchGetAssetPropertyAggregatesSuccessEntry > &value)
BatchGetAssetPropertyAggregatesResult & WithRequestId(const char *value)
BatchGetAssetPropertyAggregatesResult & WithRequestId(const Aws::String &value)
void SetSuccessEntries(Aws::Vector< BatchGetAssetPropertyAggregatesSuccessEntry > &&value)
BatchGetAssetPropertyAggregatesResult & WithNextToken(const Aws::String &value)
BatchGetAssetPropertyAggregatesResult & AddSuccessEntries(const BatchGetAssetPropertyAggregatesSuccessEntry &value)
void SetRequestId(Aws::String &&value)
const Aws::Vector< BatchGetAssetPropertyAggregatesSuccessEntry > & GetSuccessEntries() const
AWS_IOTSITEWISE_API BatchGetAssetPropertyAggregatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< BatchGetAssetPropertyAggregatesErrorEntry > & GetErrorEntries() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue