7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/support/Support_EXPORTS.h>
10#include <aws/support/model/Attachment.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
46 template <
typename AttachmentT = Attachment>
48 m_attachmentHasBeenSet =
true;
49 m_attachment = std::forward<AttachmentT>(value);
51 template <
typename AttachmentT = Attachment>
61 template <
typename RequestIdT = Aws::String>
63 m_requestIdHasBeenSet =
true;
64 m_requestId = std::forward<RequestIdT>(value);
66 template <
typename RequestIdT = Aws::String>
79 bool m_attachmentHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
DescribeAttachmentResult & WithAttachment(AttachmentT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SUPPORT_API DescribeAttachmentResult()=default
AWS_SUPPORT_API DescribeAttachmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAttachment(AttachmentT &&value)
AWS_SUPPORT_API DescribeAttachmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Attachment & GetAttachment() const
const Aws::String & GetRequestId() const
DescribeAttachmentResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue