7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/s3control/model/JobStatus.h>
56 template<
typename AccountIdT = Aws::String>
57 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
58 template<
typename AccountIdT = Aws::String>
69 template<
typename JobStatusesT = Aws::Vector<JobStatus>>
70 void SetJobStatuses(JobStatusesT&& value) { m_jobStatusesHasBeenSet =
true; m_jobStatuses = std::forward<JobStatusesT>(value); }
71 template<
typename JobStatusesT = Aws::Vector<JobStatus>>
85 template<
typename NextTokenT = Aws::String>
86 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
87 template<
typename NextTokenT = Aws::String>
100 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
106 bool m_accountIdHasBeenSet =
false;
109 bool m_jobStatusesHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
115 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool JobStatusesHasBeenSet() const
const Aws::Vector< JobStatus > & GetJobStatuses() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetJobStatuses(JobStatusesT &&value)
AWS_S3CONTROL_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListJobsRequest & WithAccountId(AccountIdT &&value)
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
ListJobsRequest & WithJobStatuses(JobStatusesT &&value)
AWS_S3CONTROL_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
AWS_S3CONTROL_API ListJobsRequest()=default
bool AccountIdHasBeenSet() const
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAccountId(AccountIdT &&value)
ListJobsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
const Aws::String & GetAccountId() const
ListJobsRequest & WithNextToken(NextTokenT &&value)
ListJobsRequest & AddJobStatuses(JobStatus value)
int GetMaxResults() const
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector