7#include <aws/braket/BraketRequest.h>
8#include <aws/braket/Braket_EXPORTS.h>
9#include <aws/braket/model/SearchDevicesFilter.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename NextTokenT = Aws::String>
43 m_nextTokenHasBeenSet =
true;
44 m_nextToken = std::forward<NextTokenT>(value);
46 template <
typename NextTokenT = Aws::String>
60 m_maxResultsHasBeenSet =
true;
75 template <
typename FiltersT = Aws::Vector<SearchDevicesFilter>>
77 m_filtersHasBeenSet =
true;
78 m_filters = std::forward<FiltersT>(value);
80 template <
typename FiltersT = Aws::Vector<SearchDevicesFilter>>
85 template <
typename FiltersT = SearchDevicesFilter>
87 m_filtersHasBeenSet =
true;
88 m_filters.emplace_back(std::forward<FiltersT>(value));
98 bool m_nextTokenHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
100 bool m_filtersHasBeenSet =
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