7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
44 template <
typename LocationT = Aws::String>
46 m_locationHasBeenSet =
true;
47 m_location = std::forward<LocationT>(value);
49 template <
typename LocationT = Aws::String>
61 template <
typename ChecksumT = Aws::String>
63 m_checksumHasBeenSet =
true;
64 m_checksum = std::forward<ChecksumT>(value);
66 template <
typename ChecksumT = Aws::String>
79 template <
typename ArchiveIdT = Aws::String>
81 m_archiveIdHasBeenSet =
true;
82 m_archiveId = std::forward<ArchiveIdT>(value);
84 template <
typename ArchiveIdT = Aws::String>
94 template <
typename RequestIdT = Aws::String>
96 m_requestIdHasBeenSet =
true;
97 m_requestId = std::forward<RequestIdT>(value);
99 template <
typename RequestIdT = Aws::String>
113 bool m_locationHasBeenSet =
false;
114 bool m_checksumHasBeenSet =
false;
115 bool m_archiveIdHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
UploadArchiveResult & WithChecksum(ChecksumT &&value)
const Aws::String & GetRequestId() const
UploadArchiveResult & WithArchiveId(ArchiveIdT &&value)
AWS_GLACIER_API UploadArchiveResult()=default
void SetRequestId(RequestIdT &&value)
void SetArchiveId(ArchiveIdT &&value)
void SetChecksum(ChecksumT &&value)
UploadArchiveResult & WithLocation(LocationT &&value)
const Aws::String & GetLocation() const
UploadArchiveResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetChecksum() const
void SetLocation(LocationT &&value)
AWS_GLACIER_API UploadArchiveResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArchiveId() const
AWS_GLACIER_API UploadArchiveResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue