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;
53 inline void SetContentType(
const char* value) { m_contentType.assign(value); }
86 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetSdkResult & WithContentDisposition(const Aws::String &value)
const Aws::String & GetContentDisposition() const
AWS_APIGATEWAY_API GetSdkResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_APIGATEWAY_API GetSdkResult(GetSdkResult &&)
Aws::IOStream & GetBody() const
AWS_APIGATEWAY_API GetSdkResult & operator=(GetSdkResult &&)
void ReplaceBody(Aws::IOStream *body)
void SetContentDisposition(const Aws::String &value)
GetSdkResult & WithContentType(Aws::String &&value)
GetSdkResult(const GetSdkResult &)=delete
GetSdkResult & WithContentDisposition(Aws::String &&value)
GetSdkResult & WithContentType(const char *value)
void SetRequestId(const char *value)
GetSdkResult & WithContentDisposition(const char *value)
void SetContentType(const Aws::String &value)
void SetContentDisposition(const char *value)
GetSdkResult & WithRequestId(Aws::String &&value)
void SetContentDisposition(Aws::String &&value)
AWS_APIGATEWAY_API GetSdkResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetContentType(Aws::String &&value)
GetSdkResult & WithRequestId(const char *value)
GetSdkResult & WithContentType(const Aws::String &value)
const Aws::String & GetContentType() const
void SetRequestId(const Aws::String &value)
void SetContentType(const char *value)
const Aws::String & GetRequestId() const
AWS_APIGATEWAY_API GetSdkResult()
void SetRequestId(Aws::String &&value)
GetSdkResult & operator=(const GetSdkResult &)=delete
GetSdkResult & WithRequestId(const Aws::String &value)
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