7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glacier/model/GlacierJobDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
49 template<
typename JobListT = Aws::Vector<GlacierJobDescription>>
50 void SetJobList(JobListT&& value) { m_jobListHasBeenSet =
true; m_jobList = std::forward<JobListT>(value); }
51 template<
typename JobListT = Aws::Vector<GlacierJobDescription>>
53 template<
typename JobListT = GlacierJobDescription>
54 ListJobsResult&
AddJobList(JobListT&& value) { m_jobListHasBeenSet =
true; m_jobList.emplace_back(std::forward<JobListT>(value));
return *
this; }
66 template<
typename MarkerT = Aws::String>
67 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
68 template<
typename MarkerT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_jobListHasBeenSet =
false;
86 bool m_markerHasBeenSet =
false;
89 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