7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/support/Support_EXPORTS.h>
9#include <aws/support/model/Attachment.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
45 template <
typename AttachmentT = Attachment>
47 m_attachmentHasBeenSet =
true;
48 m_attachment = std::forward<AttachmentT>(value);
50 template <
typename AttachmentT = Attachment>
60 template <
typename RequestIdT = Aws::String>
62 m_requestIdHasBeenSet =
true;
63 m_requestId = std::forward<RequestIdT>(value);
65 template <
typename RequestIdT = Aws::String>
75 bool m_attachmentHasBeenSet =
false;
76 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