7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glacier/Glacier_EXPORTS.h>
11#include <aws/glacier/model/GlacierJobDescription.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template <
typename JobListT = Aws::Vector<GlacierJobDescription>>
46 m_jobListHasBeenSet =
true;
47 m_jobList = std::forward<JobListT>(value);
49 template <
typename JobListT = Aws::Vector<GlacierJobDescription>>
54 template <
typename JobListT = GlacierJobDescription>
56 m_jobListHasBeenSet =
true;
57 m_jobList.emplace_back(std::forward<JobListT>(value));
71 template <
typename MarkerT = Aws::String>
73 m_markerHasBeenSet =
true;
74 m_marker = std::forward<MarkerT>(value);
76 template <
typename MarkerT = Aws::String>
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
106 bool m_jobListHasBeenSet =
false;
107 bool m_markerHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
AWS_GLACIER_API ListJobsResult()=default
const Aws::String & GetRequestId() const
void SetMarker(MarkerT &&value)
ListJobsResult & WithJobList(JobListT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListJobsResult & WithMarker(MarkerT &&value)
const Aws::Vector< GlacierJobDescription > & GetJobList() const
ListJobsResult & AddJobList(JobListT &&value)
AWS_GLACIER_API ListJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobList(JobListT &&value)
ListJobsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLACIER_API ListJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMarker() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue