7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ConnectParticipant {
36 template <
typename UrlT = Aws::String>
38 m_urlHasBeenSet =
true;
39 m_url = std::forward<UrlT>(value);
41 template <
typename UrlT = Aws::String>
43 SetUrl(std::forward<UrlT>(value));
54 template <
typename UrlExpiryT = Aws::String>
56 m_urlExpiryHasBeenSet =
true;
57 m_urlExpiry = std::forward<UrlExpiryT>(value);
59 template <
typename UrlExpiryT = Aws::String>
72 m_attachmentSizeInBytesHasBeenSet =
true;
73 m_attachmentSizeInBytes = value;
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
100 long long m_attachmentSizeInBytes{0};
103 bool m_urlHasBeenSet =
false;
104 bool m_urlExpiryHasBeenSet =
false;
105 bool m_attachmentSizeInBytesHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
AWS_CONNECTPARTICIPANT_API GetAttachmentResult()=default
AWS_CONNECTPARTICIPANT_API GetAttachmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAttachmentResult & WithRequestId(RequestIdT &&value)
GetAttachmentResult & WithAttachmentSizeInBytes(long long value)
void SetUrl(UrlT &&value)
void SetUrlExpiry(UrlExpiryT &&value)
GetAttachmentResult & WithUrl(UrlT &&value)
long long GetAttachmentSizeInBytes() const
const Aws::String & GetRequestId() const
AWS_CONNECTPARTICIPANT_API GetAttachmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetUrl() const
void SetRequestId(RequestIdT &&value)
GetAttachmentResult & WithUrlExpiry(UrlExpiryT &&value)
void SetAttachmentSizeInBytes(long long value)
const Aws::String & GetUrlExpiry() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue