7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/BraketRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/braket/model/SearchDevicesFilter.h>
43 template<
typename FiltersT = Aws::Vector<SearchDevicesFilter>>
44 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
45 template<
typename FiltersT = Aws::Vector<SearchDevicesFilter>>
47 template<
typename FiltersT = SearchDevicesFilter>
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_filtersHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
SearchDevicesRequest & WithFilters(FiltersT &&value)
int GetMaxResults() const
SearchDevicesRequest & WithNextToken(NextTokenT &&value)
SearchDevicesRequest & AddFilters(FiltersT &&value)
void SetMaxResults(int value)
void SetFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
bool FiltersHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_BRAKET_API SearchDevicesRequest()=default
bool NextTokenHasBeenSet() const
SearchDevicesRequest & WithMaxResults(int value)
const Aws::Vector< SearchDevicesFilter > & GetFilters() const
bool MaxResultsHasBeenSet() const
AWS_BRAKET_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector