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/BatchGetAssetPropertyValueEntry.h>
44 template<
typename EntriesT = Aws::Vector<BatchGetAssetPropertyValueEntry>>
45 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
46 template<
typename EntriesT = Aws::Vector<BatchGetAssetPropertyValueEntry>>
48 template<
typename EntriesT = BatchGetAssetPropertyValueEntry>
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>
66 bool m_entriesHasBeenSet =
false;
69 bool m_nextTokenHasBeenSet =
false;
void SetEntries(EntriesT &&value)
const Aws::Vector< BatchGetAssetPropertyValueEntry > & GetEntries() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
bool EntriesHasBeenSet() const
BatchGetAssetPropertyValueRequest & AddEntries(EntriesT &&value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueRequest()=default
bool NextTokenHasBeenSet() const
BatchGetAssetPropertyValueRequest & WithEntries(EntriesT &&value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
BatchGetAssetPropertyValueRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector