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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ConnectParticipant {
41 template <
typename AttachmentIdsT = Aws::Vector<Aws::String>>
43 m_attachmentIdsHasBeenSet =
true;
44 m_attachmentIds = std::forward<AttachmentIdsT>(value);
46 template <
typename AttachmentIdsT = Aws::Vector<Aws::String>>
51 template <
typename AttachmentIdsT = Aws::String>
53 m_attachmentIdsHasBeenSet =
true;
54 m_attachmentIds.emplace_back(std::forward<AttachmentIdsT>(value));
69 template <
typename ClientTokenT = Aws::String>
71 m_clientTokenHasBeenSet =
true;
72 m_clientToken = std::forward<ClientTokenT>(value);
74 template <
typename ClientTokenT = Aws::String>
87 template <
typename ConnectionTokenT = Aws::String>
89 m_connectionTokenHasBeenSet =
true;
90 m_connectionToken = std::forward<ConnectionTokenT>(value);
92 template <
typename ConnectionTokenT = Aws::String>
100 bool m_attachmentIdsHasBeenSet =
false;
103 bool m_clientTokenHasBeenSet =
true;
106 bool m_connectionTokenHasBeenSet =
false;
void SetAttachmentIds(AttachmentIdsT &&value)
AWS_CONNECTPARTICIPANT_API CompleteAttachmentUploadRequest()=default
const Aws::String & GetClientToken() const
CompleteAttachmentUploadRequest & AddAttachmentIds(AttachmentIdsT &&value)
void SetClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
CompleteAttachmentUploadRequest & WithAttachmentIds(AttachmentIdsT &&value)
bool ConnectionTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetAttachmentIds() const
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
const Aws::String & GetConnectionToken() const
CompleteAttachmentUploadRequest & WithConnectionToken(ConnectionTokenT &&value)
bool AttachmentIdsHasBeenSet() const
void SetConnectionToken(ConnectionTokenT &&value)
CompleteAttachmentUploadRequest & WithClientToken(ClientTokenT &&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
std::vector< T, Aws::Allocator< T > > Vector