7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/stream/ResponseStream.h>
10#include <aws/glacier/Glacier_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
64 template <
typename ChecksumT = Aws::String>
66 m_checksumHasBeenSet =
true;
67 m_checksum = std::forward<ChecksumT>(value);
69 template <
typename ChecksumT = Aws::String>
83 m_statusHasBeenSet =
true;
99 template <
typename ContentRangeT = Aws::String>
101 m_contentRangeHasBeenSet =
true;
102 m_contentRange = std::forward<ContentRangeT>(value);
104 template <
typename ContentRangeT = Aws::String>
117 template <
typename AcceptRangesT = Aws::String>
119 m_acceptRangesHasBeenSet =
true;
120 m_acceptRanges = std::forward<AcceptRangesT>(value);
122 template <
typename AcceptRangesT = Aws::String>
138 template <
typename ContentTypeT = Aws::String>
140 m_contentTypeHasBeenSet =
true;
141 m_contentType = std::forward<ContentTypeT>(value);
143 template <
typename ContentTypeT = Aws::String>
155 template <
typename ArchiveDescriptionT = Aws::String>
157 m_archiveDescriptionHasBeenSet =
true;
158 m_archiveDescription = std::forward<ArchiveDescriptionT>(value);
160 template <
typename ArchiveDescriptionT = Aws::String>
170 template <
typename RequestIdT = Aws::String>
172 m_requestIdHasBeenSet =
true;
173 m_requestId = std::forward<RequestIdT>(value);
175 template <
typename RequestIdT = Aws::String>
197 bool m_bodyHasBeenSet =
false;
198 bool m_checksumHasBeenSet =
false;
199 bool m_statusHasBeenSet =
false;
200 bool m_contentRangeHasBeenSet =
false;
201 bool m_acceptRangesHasBeenSet =
false;
202 bool m_contentTypeHasBeenSet =
false;
203 bool m_archiveDescriptionHasBeenSet =
false;
204 bool m_requestIdHasBeenSet =
false;
void ReplaceBody(Aws::IOStream *body)
void SetContentType(ContentTypeT &&value)
const Aws::String & GetContentType() const
void SetRequestId(RequestIdT &&value)
Aws::IOStream & GetBody() const
const Aws::String & GetRequestId() const
const Aws::String & GetArchiveDescription() const
GetJobOutputResult & WithContentRange(ContentRangeT &&value)
AWS_GLACIER_API GetJobOutputResult(GetJobOutputResult &&)=default
GetJobOutputResult & operator=(const GetJobOutputResult &)=delete
GetJobOutputResult & WithContentType(ContentTypeT &&value)
AWS_GLACIER_API GetJobOutputResult()=default
AWS_GLACIER_API GetJobOutputResult & operator=(GetJobOutputResult &&)=default
GetJobOutputResult & WithArchiveDescription(ArchiveDescriptionT &&value)
GetJobOutputResult & WithAcceptRanges(AcceptRangesT &&value)
const Aws::String & GetContentRange() const
const Aws::String & GetChecksum() const
GetJobOutputResult & WithChecksum(ChecksumT &&value)
GetJobOutputResult & WithStatus(int value)
void SetAcceptRanges(AcceptRangesT &&value)
const Aws::String & GetAcceptRanges() const
void SetStatus(int value)
AWS_GLACIER_API GetJobOutputResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetJobOutputResult & WithRequestId(RequestIdT &&value)
GetJobOutputResult(const GetJobOutputResult &)=delete
void SetArchiveDescription(ArchiveDescriptionT &&value)
AWS_GLACIER_API GetJobOutputResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetChecksum(ChecksumT &&value)
void SetContentRange(ContentRangeT &&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