7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
15namespace ConnectParticipant
49 template<
typename ContentTypeT = Aws::String>
50 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
51 template<
typename ContentTypeT = Aws::String>
64 template<
typename ContentT = Aws::String>
65 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
66 template<
typename ContentT = Aws::String>
80 template<
typename ClientTokenT = Aws::String>
81 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
82 template<
typename ClientTokenT = Aws::String>
92 template<
typename ConnectionTokenT = Aws::String>
93 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
94 template<
typename ConnectionTokenT = Aws::String>
100 bool m_contentTypeHasBeenSet =
false;
103 bool m_contentHasBeenSet =
false;
106 bool m_clientTokenHasBeenSet =
true;
109 bool m_connectionTokenHasBeenSet =
false;
AWS_CONNECTPARTICIPANT_API SendEventRequest()=default
void SetConnectionToken(ConnectionTokenT &&value)
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ContentTypeHasBeenSet() const
bool ConnectionTokenHasBeenSet() const
void SetContent(ContentT &&value)
const Aws::String & GetContent() const
bool ClientTokenHasBeenSet() const
SendEventRequest & WithClientToken(ClientTokenT &&value)
bool ContentHasBeenSet() const
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
SendEventRequest & WithContent(ContentT &&value)
virtual const char * GetServiceRequestName() const override
SendEventRequest & WithContentType(ContentTypeT &&value)
const Aws::String & GetConnectionToken() const
const Aws::String & GetContentType() const
const Aws::String & GetClientToken() const
SendEventRequest & WithConnectionToken(ConnectionTokenT &&value)
void SetClientToken(ClientTokenT &&value)
void SetContentType(ContentTypeT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String