7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
10#include <aws/s3control/model/JobListDescriptor.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename NextTokenT = Aws::String>
40 m_nextTokenHasBeenSet =
true;
41 m_nextToken = std::forward<NextTokenT>(value);
43 template <
typename NextTokenT = Aws::String>
56 template <
typename JobsT = Aws::Vector<JobListDescriptor>>
58 m_jobsHasBeenSet =
true;
59 m_jobs = std::forward<JobsT>(value);
61 template <
typename JobsT = Aws::Vector<JobListDescriptor>>
63 SetJobs(std::forward<JobsT>(value));
66 template <
typename JobsT = JobListDescriptor>
68 m_jobsHasBeenSet =
true;
69 m_jobs.emplace_back(std::forward<JobsT>(value));
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 template <
typename HostIdT = Aws::String>
98 m_hostIdHasBeenSet =
true;
99 m_hostId = std::forward<HostIdT>(value);
101 template <
typename HostIdT = Aws::String>
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_jobsHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
118 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)
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