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;
41 template <
typename LocationT = Aws::String>
43 m_locationHasBeenSet =
true;
44 m_location = std::forward<LocationT>(value);
46 template <
typename LocationT = Aws::String>
58 template <
typename JobIdT = Aws::String>
60 m_jobIdHasBeenSet =
true;
61 m_jobId = std::forward<JobIdT>(value);
63 template <
typename JobIdT = Aws::String>
65 SetJobId(std::forward<JobIdT>(value));
75 template <
typename JobOutputPathT = Aws::String>
77 m_jobOutputPathHasBeenSet =
true;
78 m_jobOutputPath = std::forward<JobOutputPathT>(value);
80 template <
typename JobOutputPathT = Aws::String>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
112 bool m_locationHasBeenSet =
false;
113 bool m_jobIdHasBeenSet =
false;
114 bool m_jobOutputPathHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
void SetJobOutputPath(JobOutputPathT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetJobId(JobIdT &&value)
void SetLocation(LocationT &&value)
InitiateJobResult & WithJobOutputPath(JobOutputPathT &&value)
InitiateJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetLocation() const
const Aws::String & GetRequestId() const
AWS_GLACIER_API InitiateJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
InitiateJobResult & WithLocation(LocationT &&value)
AWS_GLACIER_API InitiateJobResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetJobOutputPath() const
InitiateJobResult & WithJobId(JobIdT &&value)
AWS_GLACIER_API InitiateJobResult(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