7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/Array.h>
10#include <aws/s3/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 ReplaceBody(Aws::IOStream *body)
void SetRequestCharged(RequestCharged &&value)
void SetRequestId(Aws::String &&value)
GetObjectTorrentResult & WithRequestCharged(RequestCharged &&value)
AWS_S3_API GetObjectTorrentResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetObjectTorrentResult & WithRequestId(const char *value)
GetObjectTorrentResult & operator=(const GetObjectTorrentResult &)=delete
Aws::IOStream & GetBody() const
void SetRequestId(const Aws::String &value)
AWS_S3_API GetObjectTorrentResult(GetObjectTorrentResult &&)
AWS_S3_API GetObjectTorrentResult()
const Aws::String & GetRequestId() const
GetObjectTorrentResult & WithRequestId(const Aws::String &value)
GetObjectTorrentResult(const GetObjectTorrentResult &)=delete
const RequestCharged & GetRequestCharged() const
void SetRequestCharged(const RequestCharged &value)
GetObjectTorrentResult & WithRequestId(Aws::String &&value)
AWS_S3_API GetObjectTorrentResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetRequestId(const char *value)
AWS_S3_API GetObjectTorrentResult & operator=(GetObjectTorrentResult &&)
GetObjectTorrentResult & WithRequestCharged(const RequestCharged &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