7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
51 template<
typename ContentTypeT = Aws::String>
52 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
53 template<
typename ContentTypeT = Aws::String>
62 template<
typename ContentDispositionT = Aws::String>
63 void SetContentDisposition(ContentDispositionT&& value) { m_contentDispositionHasBeenSet =
true; m_contentDisposition = std::forward<ContentDispositionT>(value); }
64 template<
typename ContentDispositionT = Aws::String>
80 template<
typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
82 template<
typename RequestIdT = Aws::String>
88 bool m_contentTypeHasBeenSet =
false;
91 bool m_contentDispositionHasBeenSet =
false;
94 bool m_bodyHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
AWS_APIGATEWAY_API GetExportResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
const Aws::String & GetRequestId() const
GetExportResult & operator=(const GetExportResult &)=delete
GetExportResult(const GetExportResult &)=delete
AWS_APIGATEWAY_API GetExportResult()=default
GetExportResult & WithContentType(ContentTypeT &&value)
void SetContentDisposition(ContentDispositionT &&value)
AWS_APIGATEWAY_API GetExportResult & operator=(GetExportResult &&)=default
void ReplaceBody(Aws::IOStream *body)
GetExportResult & WithContentDisposition(ContentDispositionT &&value)
AWS_APIGATEWAY_API GetExportResult(GetExportResult &&)=default
void SetContentType(ContentTypeT &&value)
Aws::IOStream & GetBody() const
AWS_APIGATEWAY_API GetExportResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetContentDisposition() const
GetExportResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetContentType() const
Aws::IOStream & GetUnderlyingStream() const
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String