7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace ConnectParticipant
42 template<
typename UrlT = Aws::String>
43 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
44 template<
typename UrlT = Aws::String>
54 template<
typename UrlExpiryT = Aws::String>
55 void SetUrlExpiry(UrlExpiryT&& value) { m_urlExpiryHasBeenSet =
true; m_urlExpiry = std::forward<UrlExpiryT>(value); }
56 template<
typename UrlExpiryT = Aws::String>
65 inline void SetAttachmentSizeInBytes(
long long value) { m_attachmentSizeInBytesHasBeenSet =
true; m_attachmentSizeInBytes = value; }
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_urlHasBeenSet =
false;
83 bool m_urlExpiryHasBeenSet =
false;
85 long long m_attachmentSizeInBytes{0};
86 bool m_attachmentSizeInBytesHasBeenSet =
false;
89 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