7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ConnectParticipant {
37 template <
typename UrlT = Aws::String>
39 m_urlHasBeenSet =
true;
40 m_url = std::forward<UrlT>(value);
42 template <
typename UrlT = Aws::String>
44 SetUrl(std::forward<UrlT>(value));
55 template <
typename UrlExpiryT = Aws::String>
57 m_urlExpiryHasBeenSet =
true;
58 m_urlExpiry = std::forward<UrlExpiryT>(value);
60 template <
typename UrlExpiryT = Aws::String>
73 m_attachmentSizeInBytesHasBeenSet =
true;
74 m_attachmentSizeInBytes = value;
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
103 long long m_attachmentSizeInBytes{0};
107 bool m_urlHasBeenSet =
false;
108 bool m_urlExpiryHasBeenSet =
false;
109 bool m_attachmentSizeInBytesHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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