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/s3control/S3Control_EXPORTS.h>
11#include <aws/s3control/model/JobListDescriptor.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 template <
typename NextTokenT = Aws::String>
41 m_nextTokenHasBeenSet =
true;
42 m_nextToken = std::forward<NextTokenT>(value);
44 template <
typename NextTokenT = Aws::String>
57 template <
typename JobsT = Aws::Vector<JobListDescriptor>>
59 m_jobsHasBeenSet =
true;
60 m_jobs = std::forward<JobsT>(value);
62 template <
typename JobsT = Aws::Vector<JobListDescriptor>>
64 SetJobs(std::forward<JobsT>(value));
67 template <
typename JobsT = JobListDescriptor>
69 m_jobsHasBeenSet =
true;
70 m_jobs.emplace_back(std::forward<JobsT>(value));
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 template <
typename HostIdT = Aws::String>
99 m_hostIdHasBeenSet =
true;
100 m_hostId = std::forward<HostIdT>(value);
102 template <
typename HostIdT = Aws::String>
119 bool m_nextTokenHasBeenSet =
false;
120 bool m_jobsHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
122 bool m_hostIdHasBeenSet =
false;
void SetJobs(JobsT &&value)
AWS_S3CONTROL_API ListJobsResult()=default
const Aws::Vector< JobListDescriptor > & GetJobs() const
const Aws::String & GetRequestId() const
ListJobsResult & AddJobs(JobsT &&value)
ListJobsResult & WithNextToken(NextTokenT &&value)
ListJobsResult & WithJobs(JobsT &&value)
void SetHostId(HostIdT &&value)
AWS_S3CONTROL_API ListJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ListJobsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetHostId() const
ListJobsResult & WithHostId(HostIdT &&value)
const Aws::String & GetNextToken() const
AWS_S3CONTROL_API ListJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument