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 {
43 template <
typename ContentTypeT = Aws::String>
45 m_contentTypeHasBeenSet =
true;
46 m_contentType = std::forward<ContentTypeT>(value);
48 template <
typename ContentTypeT = Aws::String>
62 m_attachmentSizeInBytesHasBeenSet =
true;
63 m_attachmentSizeInBytes = value;
77 template <
typename AttachmentNameT = Aws::String>
79 m_attachmentNameHasBeenSet =
true;
80 m_attachmentName = std::forward<AttachmentNameT>(value);
82 template <
typename AttachmentNameT = Aws::String>
99 template <
typename ClientTokenT = Aws::String>
101 m_clientTokenHasBeenSet =
true;
102 m_clientToken = std::forward<ClientTokenT>(value);
104 template <
typename ClientTokenT = Aws::String>
117 template <
typename ConnectionTokenT = Aws::String>
119 m_connectionTokenHasBeenSet =
true;
120 m_connectionToken = std::forward<ConnectionTokenT>(value);
122 template <
typename ConnectionTokenT = Aws::String>
131 long long m_attachmentSizeInBytes{0};
138 bool m_contentTypeHasBeenSet =
false;
139 bool m_attachmentSizeInBytesHasBeenSet =
false;
140 bool m_attachmentNameHasBeenSet =
false;
141 bool m_clientTokenHasBeenSet =
true;
142 bool m_connectionTokenHasBeenSet =
false;
StartAttachmentUploadRequest & WithAttachmentName(AttachmentNameT &&value)
void SetAttachmentSizeInBytes(long long value)
const Aws::String & GetAttachmentName() const
StartAttachmentUploadRequest & WithAttachmentSizeInBytes(long long value)
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientToken(ClientTokenT &&value)
StartAttachmentUploadRequest & WithContentType(ContentTypeT &&value)
void SetContentType(ContentTypeT &&value)
AWS_CONNECTPARTICIPANT_API StartAttachmentUploadRequest()=default
StartAttachmentUploadRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
long long GetAttachmentSizeInBytes() const
void SetAttachmentName(AttachmentNameT &&value)
const Aws::String & GetContentType() const
const Aws::String & GetConnectionToken() const
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
void SetConnectionToken(ConnectionTokenT &&value)
StartAttachmentUploadRequest & WithConnectionToken(ConnectionTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool AttachmentNameHasBeenSet() const
bool ConnectionTokenHasBeenSet() const
bool AttachmentSizeInBytesHasBeenSet() const
bool ContentTypeHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String