7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
40 template <
typename LocationT = Aws::String>
42 m_locationHasBeenSet =
true;
43 m_location = std::forward<LocationT>(value);
45 template <
typename LocationT = Aws::String>
58 template <
typename UploadIdT = Aws::String>
60 m_uploadIdHasBeenSet =
true;
61 m_uploadId = std::forward<UploadIdT>(value);
63 template <
typename UploadIdT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_locationHasBeenSet =
false;
94 bool m_uploadIdHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
void SetLocation(LocationT &&value)
const Aws::String & GetUploadId() const
const Aws::String & GetLocation() const
void SetRequestId(RequestIdT &&value)
InitiateMultipartUploadResult & WithLocation(LocationT &&value)
InitiateMultipartUploadResult & WithUploadId(UploadIdT &&value)
AWS_GLACIER_API InitiateMultipartUploadResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLACIER_API InitiateMultipartUploadResult()=default
AWS_GLACIER_API InitiateMultipartUploadResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUploadId(UploadIdT &&value)
const Aws::String & GetRequestId() const
InitiateMultipartUploadResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue