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
46 template<
typename ContentTypeT = Aws::String>
47 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
48 template<
typename ContentTypeT = Aws::String>
63 template<
typename ContentT = Aws::String>
64 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
65 template<
typename ContentT = Aws::String>
79 template<
typename ClientTokenT = Aws::String>
80 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
81 template<
typename ClientTokenT = Aws::String>
91 template<
typename ConnectionTokenT = Aws::String>
92 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
93 template<
typename ConnectionTokenT = Aws::String>
99 bool m_contentTypeHasBeenSet =
false;
102 bool m_contentHasBeenSet =
false;
105 bool m_clientTokenHasBeenSet =
true;
108 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