7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/backupsearch/BackupSearchRequest.h>
9#include <aws/backupsearch/model/SearchJobState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 bool m_byStatusHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
ListSearchJobsRequest & WithNextToken(NextTokenT &&value)
AWS_BACKUPSEARCH_API Aws::String SerializePayload() const override
AWS_BACKUPSEARCH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ByStatusHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_BACKUPSEARCH_API ListSearchJobsRequest()=default
SearchJobState GetByStatus() const
virtual const char * GetServiceRequestName() const override
ListSearchJobsRequest & WithByStatus(SearchJobState value)
int GetMaxResults() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetByStatus(SearchJobState value)
ListSearchJobsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String