7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/deadline/model/SearchGroupedFilterExpressions.h>
12#include <aws/deadline/model/SearchSortExpression.h>
46 inline void SetFarmId(
const char* value) { m_farmIdHasBeenSet =
true; m_farmId.assign(value); }
101 inline void SetItemOffset(
int value) { m_itemOffsetHasBeenSet =
true; m_itemOffset = value; }
111 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
117 bool m_farmIdHasBeenSet =
false;
120 bool m_queueIdsHasBeenSet =
false;
123 bool m_filterExpressionsHasBeenSet =
false;
126 bool m_sortExpressionsHasBeenSet =
false;
129 bool m_itemOffsetHasBeenSet =
false;
132 bool m_pageSizeHasBeenSet =
false;
const SearchGroupedFilterExpressions & GetFilterExpressions() const
void SetItemOffset(int value)
virtual const char * GetServiceRequestName() const override
SearchJobsRequest & WithQueueIds(Aws::Vector< Aws::String > &&value)
SearchJobsRequest & AddQueueIds(const Aws::String &value)
void SetFilterExpressions(SearchGroupedFilterExpressions &&value)
SearchJobsRequest & AddQueueIds(Aws::String &&value)
const Aws::Vector< Aws::String > & GetQueueIds() const
SearchJobsRequest & AddSortExpressions(SearchSortExpression &&value)
const Aws::Vector< SearchSortExpression > & GetSortExpressions() const
AWS_DEADLINE_API SearchJobsRequest()
void SetFarmId(const char *value)
void SetQueueIds(const Aws::Vector< Aws::String > &value)
SearchJobsRequest & WithSortExpressions(Aws::Vector< SearchSortExpression > &&value)
void SetSortExpressions(Aws::Vector< SearchSortExpression > &&value)
SearchJobsRequest & WithItemOffset(int value)
bool FarmIdHasBeenSet() const
SearchJobsRequest & WithQueueIds(const Aws::Vector< Aws::String > &value)
void SetFarmId(Aws::String &&value)
SearchJobsRequest & WithFilterExpressions(SearchGroupedFilterExpressions &&value)
void SetQueueIds(Aws::Vector< Aws::String > &&value)
SearchJobsRequest & WithFarmId(const Aws::String &value)
bool FilterExpressionsHasBeenSet() const
bool QueueIdsHasBeenSet() const
void SetFarmId(const Aws::String &value)
SearchJobsRequest & WithFarmId(Aws::String &&value)
SearchJobsRequest & WithFilterExpressions(const SearchGroupedFilterExpressions &value)
SearchJobsRequest & AddSortExpressions(const SearchSortExpression &value)
bool SortExpressionsHasBeenSet() const
int GetItemOffset() const
bool ItemOffsetHasBeenSet() const
bool PageSizeHasBeenSet() const
AWS_DEADLINE_API Aws::String SerializePayload() const override
void SetPageSize(int value)
SearchJobsRequest & WithPageSize(int value)
void SetSortExpressions(const Aws::Vector< SearchSortExpression > &value)
const Aws::String & GetFarmId() const
void SetFilterExpressions(const SearchGroupedFilterExpressions &value)
SearchJobsRequest & AddQueueIds(const char *value)
SearchJobsRequest & WithFarmId(const char *value)
SearchJobsRequest & WithSortExpressions(const Aws::Vector< SearchSortExpression > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector