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
53 template<
typename ContentTypeT = Aws::String>
54 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
55 template<
typename ContentTypeT = Aws::String>
70 template<
typename ContentT = Aws::String>
71 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
72 template<
typename ContentT = Aws::String>
86 template<
typename ClientTokenT = Aws::String>
87 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
88 template<
typename ClientTokenT = Aws::String>
98 template<
typename ConnectionTokenT = Aws::String>
99 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
100 template<
typename ConnectionTokenT = Aws::String>
106 bool m_contentTypeHasBeenSet =
false;
109 bool m_contentHasBeenSet =
false;
112 bool m_clientTokenHasBeenSet =
true;
115 bool m_connectionTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetContent() const
const Aws::String & GetClientToken() const
bool ContentTypeHasBeenSet() const
const Aws::String & GetConnectionToken() const
void SetContentType(ContentTypeT &&value)
SendMessageRequest & WithContentType(ContentTypeT &&value)
SendMessageRequest & WithContent(ContentT &&value)
SendMessageRequest & WithConnectionToken(ConnectionTokenT &&value)
void SetConnectionToken(ConnectionTokenT &&value)
bool ClientTokenHasBeenSet() const
bool ConnectionTokenHasBeenSet() const
AWS_CONNECTPARTICIPANT_API SendMessageRequest()=default
void SetContent(ContentT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetContentType() const
bool ContentHasBeenSet() const
SendMessageRequest & WithClientToken(ClientTokenT &&value)
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String