7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
10#include <aws/glacier/model/GlacierJobDescription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template <
typename JobListT = Aws::Vector<GlacierJobDescription>>
45 m_jobListHasBeenSet =
true;
46 m_jobList = std::forward<JobListT>(value);
48 template <
typename JobListT = Aws::Vector<GlacierJobDescription>>
53 template <
typename JobListT = GlacierJobDescription>
55 m_jobListHasBeenSet =
true;
56 m_jobList.emplace_back(std::forward<JobListT>(value));
70 template <
typename MarkerT = Aws::String>
72 m_markerHasBeenSet =
true;
73 m_marker = std::forward<MarkerT>(value);
75 template <
typename MarkerT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
102 bool m_jobListHasBeenSet =
false;
103 bool m_markerHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
AWS_GLACIER_API ListJobsResult()=default
const Aws::String & GetRequestId() const
void SetMarker(MarkerT &&value)
ListJobsResult & WithJobList(JobListT &&value)
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