7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/UUID.h>
16namespace ConnectParticipant
45 template<
typename AttachmentIdsT = Aws::Vector<Aws::String>>
46 void SetAttachmentIds(AttachmentIdsT&& value) { m_attachmentIdsHasBeenSet =
true; m_attachmentIds = std::forward<AttachmentIdsT>(value); }
47 template<
typename AttachmentIdsT = Aws::Vector<Aws::String>>
49 template<
typename AttachmentIdsT = Aws::String>
63 template<
typename ClientTokenT = Aws::String>
64 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
65 template<
typename ClientTokenT = Aws::String>
75 template<
typename ConnectionTokenT = Aws::String>
76 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
77 template<
typename ConnectionTokenT = Aws::String>
83 bool m_attachmentIdsHasBeenSet =
false;
86 bool m_clientTokenHasBeenSet =
true;
89 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