7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivschat/IvschatRequest.h>
10#include <aws/ivschat/Ivschat_EXPORTS.h>
39 template <
typename RoomIdentifierT = Aws::String>
41 m_roomIdentifierHasBeenSet =
true;
42 m_roomIdentifier = std::forward<RoomIdentifierT>(value);
44 template <
typename RoomIdentifierT = Aws::String>
57 template <
typename EventNameT = Aws::String>
59 m_eventNameHasBeenSet =
true;
60 m_eventName = std::forward<EventNameT>(value);
62 template <
typename EventNameT = Aws::String>
76 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
78 m_attributesHasBeenSet =
true;
79 m_attributes = std::forward<AttributesT>(value);
81 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
86 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
88 m_attributesHasBeenSet =
true;
89 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
95 bool m_roomIdentifierHasBeenSet =
false;
98 bool m_eventNameHasBeenSet =
false;
101 bool m_attributesHasBeenSet =
false;
AWS_IVSCHAT_API SendEventRequest()=default
const Aws::String & GetEventName() const
bool RoomIdentifierHasBeenSet() const
SendEventRequest & WithAttributes(AttributesT &&value)
const Aws::String & GetRoomIdentifier() const
AWS_IVSCHAT_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
bool EventNameHasBeenSet() const
SendEventRequest & WithRoomIdentifier(RoomIdentifierT &&value)
bool AttributesHasBeenSet() const
SendEventRequest & WithEventName(EventNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetEventName(EventNameT &&value)
SendEventRequest & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
void SetRoomIdentifier(RoomIdentifierT &&value)
void SetAttributes(AttributesT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String