7#include <aws/support/Support_EXPORTS.h>
8#include <aws/support/model/Attachment.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
51 template<
typename AttachmentT = Attachment>
52 void SetAttachment(AttachmentT&& value) { m_attachmentHasBeenSet =
true; m_attachment = std::forward<AttachmentT>(value); }
53 template<
typename AttachmentT = Attachment>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_attachmentHasBeenSet =
false;
71 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)
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