7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/Array.h>
10#include <aws/s3-crt/model/RequestCharged.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
64 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const Aws::String &value)
void SetRequestCharged(RequestCharged &&value)
void ReplaceBody(Aws::IOStream *body)
const Aws::String & GetRequestId() const
GetObjectTorrentResult & WithRequestId(const Aws::String &value)
GetObjectTorrentResult(const GetObjectTorrentResult &)=delete
AWS_S3CRT_API GetObjectTorrentResult()
void SetRequestCharged(const RequestCharged &value)
void SetRequestId(Aws::String &&value)
GetObjectTorrentResult & WithRequestId(const char *value)
AWS_S3CRT_API GetObjectTorrentResult(GetObjectTorrentResult &&)
const RequestCharged & GetRequestCharged() const
Aws::IOStream & GetBody() const
AWS_S3CRT_API GetObjectTorrentResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetRequestId(const char *value)
GetObjectTorrentResult & WithRequestId(Aws::String &&value)
AWS_S3CRT_API GetObjectTorrentResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetObjectTorrentResult & WithRequestCharged(RequestCharged &&value)
GetObjectTorrentResult & operator=(const GetObjectTorrentResult &)=delete
GetObjectTorrentResult & WithRequestCharged(const RequestCharged &value)
AWS_S3CRT_API GetObjectTorrentResult & operator=(GetObjectTorrentResult &&)
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