7#include <aws/connectparticipant/ConnectParticipantRequest.h>
8#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConnectParticipant {
49 template <
typename ContentTypeT = Aws::String>
51 m_contentTypeHasBeenSet =
true;
52 m_contentType = std::forward<ContentTypeT>(value);
54 template <
typename ContentTypeT = Aws::String>
72 template <
typename ContentT = Aws::String>
74 m_contentHasBeenSet =
true;
75 m_content = std::forward<ContentT>(value);
77 template <
typename ContentT = Aws::String>
94 template <
typename ClientTokenT = Aws::String>
96 m_clientTokenHasBeenSet =
true;
97 m_clientToken = std::forward<ClientTokenT>(value);
99 template <
typename ClientTokenT = Aws::String>
112 template <
typename ConnectionTokenT = Aws::String>
114 m_connectionTokenHasBeenSet =
true;
115 m_connectionToken = std::forward<ConnectionTokenT>(value);
117 template <
typename ConnectionTokenT = Aws::String>
125 bool m_contentTypeHasBeenSet =
false;
128 bool m_contentHasBeenSet =
false;
131 bool m_clientTokenHasBeenSet =
true;
134 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