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/iotsitewise/model/PutAssetPropertyValueEntry.h>
56 template<
typename EntriesT = Aws::Vector<PutAssetPropertyValueEntry>>
57 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
58 template<
typename EntriesT = Aws::Vector<PutAssetPropertyValueEntry>>
60 template<
typename EntriesT = PutAssetPropertyValueEntry>
65 bool m_enablePartialEntryProcessing{
false};
66 bool m_enablePartialEntryProcessingHasBeenSet =
false;
69 bool m_entriesHasBeenSet =
false;
bool EnablePartialEntryProcessingHasBeenSet() const
BatchPutAssetPropertyValueRequest & WithEntries(EntriesT &&value)
BatchPutAssetPropertyValueRequest & WithEnablePartialEntryProcessing(bool value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
BatchPutAssetPropertyValueRequest & AddEntries(EntriesT &&value)
bool EntriesHasBeenSet() const
bool GetEnablePartialEntryProcessing() const
void SetEntries(EntriesT &&value)
AWS_IOTSITEWISE_API BatchPutAssetPropertyValueRequest()=default
virtual const char * GetServiceRequestName() const override
void SetEnablePartialEntryProcessing(bool value)
const Aws::Vector< PutAssetPropertyValueEntry > & GetEntries() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector