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>
45 inline void SetRoomIdentifier(
const char* value) { m_roomIdentifierHasBeenSet =
true; m_roomIdentifier.assign(value); }
59 inline void SetEventName(
const char* value) { m_eventNameHasBeenSet =
true; m_eventName.assign(value); }
82 inline SendEventRequest&
AddAttributes(
const char* key,
const char* value) { m_attributesHasBeenSet =
true; m_attributes.emplace(key, value);
return *
this; }
87 bool m_roomIdentifierHasBeenSet =
false;
90 bool m_eventNameHasBeenSet =
false;
93 bool m_attributesHasBeenSet =
false;
void SetAttributes(const Aws::Map< Aws::String, Aws::String > &value)
SendEventRequest & AddAttributes(Aws::String &&key, const Aws::String &value)
const Aws::String & GetEventName() const
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
SendEventRequest & WithRoomIdentifier(const char *value)
SendEventRequest & AddAttributes(const Aws::String &key, Aws::String &&value)
SendEventRequest & AddAttributes(const char *key, const char *value)
SendEventRequest & WithAttributes(const Aws::Map< Aws::String, Aws::String > &value)
void SetRoomIdentifier(const Aws::String &value)
SendEventRequest & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
bool RoomIdentifierHasBeenSet() const
const Aws::String & GetRoomIdentifier() const
AWS_IVSCHAT_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
SendEventRequest & AddAttributes(Aws::String &&key, Aws::String &&value)
SendEventRequest & AddAttributes(Aws::String &&key, const char *value)
bool EventNameHasBeenSet() const
AWS_IVSCHAT_API SendEventRequest()
SendEventRequest & AddAttributes(const char *key, Aws::String &&value)
void SetEventName(const char *value)
bool AttributesHasBeenSet() const
void SetRoomIdentifier(Aws::String &&value)
SendEventRequest & AddAttributes(const Aws::String &key, const Aws::String &value)
virtual const char * GetServiceRequestName() const override
SendEventRequest & WithEventName(const char *value)
SendEventRequest & WithEventName(Aws::String &&value)
SendEventRequest & WithRoomIdentifier(Aws::String &&value)
void SetEventName(const Aws::String &value)
void SetRoomIdentifier(const char *value)
SendEventRequest & WithRoomIdentifier(const Aws::String &value)
void SetEventName(Aws::String &&value)
SendEventRequest & WithEventName(const Aws::String &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