7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConnectParticipant
43 template<
typename AttachmentIdT = Aws::String>
44 void SetAttachmentId(AttachmentIdT&& value) { m_attachmentIdHasBeenSet =
true; m_attachmentId = std::forward<AttachmentIdT>(value); }
45 template<
typename AttachmentIdT = Aws::String>
55 template<
typename ConnectionTokenT = Aws::String>
56 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
57 template<
typename ConnectionTokenT = Aws::String>
68 inline void SetUrlExpiryInSeconds(
int value) { m_urlExpiryInSecondsHasBeenSet =
true; m_urlExpiryInSeconds = value; }
74 bool m_attachmentIdHasBeenSet =
false;
77 bool m_connectionTokenHasBeenSet =
false;
79 int m_urlExpiryInSeconds{0};
80 bool m_urlExpiryInSecondsHasBeenSet =
false;
void SetConnectionToken(ConnectionTokenT &&value)
AWS_CONNECTPARTICIPANT_API GetAttachmentRequest()=default
void SetAttachmentId(AttachmentIdT &&value)
bool UrlExpiryInSecondsHasBeenSet() const
void SetUrlExpiryInSeconds(int value)
GetAttachmentRequest & WithAttachmentId(AttachmentIdT &&value)
bool ConnectionTokenHasBeenSet() const
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetConnectionToken() const
GetAttachmentRequest & WithConnectionToken(ConnectionTokenT &&value)
int GetUrlExpiryInSeconds() const
bool AttachmentIdHasBeenSet() const
GetAttachmentRequest & WithUrlExpiryInSeconds(int value)
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAttachmentId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String