7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/ivschat/IvschatRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename RoomIdentifierT = Aws::String>
44 void SetRoomIdentifier(RoomIdentifierT&& value) { m_roomIdentifierHasBeenSet =
true; m_roomIdentifier = std::forward<RoomIdentifierT>(value); }
45 template<
typename RoomIdentifierT = Aws::String>
55 template<
typename EventNameT = Aws::String>
56 void SetEventName(EventNameT&& value) { m_eventNameHasBeenSet =
true; m_eventName = std::forward<EventNameT>(value); }
57 template<
typename EventNameT = Aws::String>
68 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
69 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
70 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
72 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
74 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
80 bool m_roomIdentifierHasBeenSet =
false;
83 bool m_eventNameHasBeenSet =
false;
86 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