6#include <aws/s3-transfer/S3Transfer_EXPORTS.h>
7#include <aws/core/client/AWSError.h>
8#include <aws/core/utils/Outcome.h>
9#include <aws/s3/S3Errors.h>
10#include <aws/s3/model/GetObjectResult.h>
26 template <
typename GetObjectResultT = Aws::S3::Model::GetObjectResult>
28 m_s3ResultHasBeenSet =
true;
29 m_s3Result = std::forward<GetObjectResultT>(getS3Result);
31 template <
typename GetObjectResultT = Aws::S3::Model::GetObjectResult>
33 SetS3Result(std::forward<GetObjectResultT>(getS3Result));
39 bool m_s3ResultHasBeenSet =
false;
void SetS3Result(GetObjectResultT &&getS3Result)
bool S3ResultHasBeenSet() const
const Aws::S3::Model::GetObjectResult & GetS3Result() const
DownloadResponse & WithS3Result(GetObjectResultT &&getS3Result)