7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
50 template<
typename LocationT = Aws::String>
51 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
52 template<
typename LocationT = Aws::String>
61 template<
typename ChecksumT = Aws::String>
62 void SetChecksum(ChecksumT&& value) { m_checksumHasBeenSet =
true; m_checksum = std::forward<ChecksumT>(value); }
63 template<
typename ChecksumT = Aws::String>
73 template<
typename ArchiveIdT = Aws::String>
74 void SetArchiveId(ArchiveIdT&& value) { m_archiveIdHasBeenSet =
true; m_archiveId = std::forward<ArchiveIdT>(value); }
75 template<
typename ArchiveIdT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_locationHasBeenSet =
false;
93 bool m_checksumHasBeenSet =
false;
96 bool m_archiveIdHasBeenSet =
false;
99 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