7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/EventsBatch.h>
49 template<
typename BatchItemT = Aws::Map<Aws::String, EventsBatch>>
50 void SetBatchItem(BatchItemT&& value) { m_batchItemHasBeenSet =
true; m_batchItem = std::forward<BatchItemT>(value); }
51 template<
typename BatchItemT = Aws::Map<Aws::String, EventsBatch>>
53 template<
typename BatchItemKeyT = Aws::String,
typename BatchItemValueT = EventsBatch>
55 m_batchItemHasBeenSet =
true; m_batchItem.emplace(std::forward<BatchItemKeyT>(key), std::forward<BatchItemValueT>(value));
return *
this;
61 bool m_batchItemHasBeenSet =
false;
bool BatchItemHasBeenSet() const
AWS_PINPOINT_API EventsRequest()=default
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
EventsRequest & AddBatchItem(BatchItemKeyT &&key, BatchItemValueT &&value)
AWS_PINPOINT_API EventsRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
EventsRequest & WithBatchItem(BatchItemT &&value)
const Aws::Map< Aws::String, EventsBatch > & GetBatchItem() const
void SetBatchItem(BatchItemT &&value)
AWS_PINPOINT_API EventsRequest(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue