7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/AgentSearchFilter.h>
44 template <
typename AwsAccountIdT = Aws::String>
46 m_awsAccountIdHasBeenSet =
true;
47 m_awsAccountId = std::forward<AwsAccountIdT>(value);
49 template <
typename AwsAccountIdT = Aws::String>
62 template <
typename FiltersT = Aws::Vector<AgentSearchFilter>>
64 m_filtersHasBeenSet =
true;
65 m_filters = std::forward<FiltersT>(value);
67 template <
typename FiltersT = Aws::Vector<AgentSearchFilter>>
72 template <
typename FiltersT = AgentSearchFilter>
74 m_filtersHasBeenSet =
true;
75 m_filters.emplace_back(std::forward<FiltersT>(value));
87 m_maxResultsHasBeenSet =
true;
103 template <
typename NextTokenT = Aws::String>
105 m_nextTokenHasBeenSet =
true;
106 m_nextToken = std::forward<NextTokenT>(value);
108 template <
typename NextTokenT = Aws::String>
122 bool m_awsAccountIdHasBeenSet =
false;
123 bool m_filtersHasBeenSet =
false;
124 bool m_maxResultsHasBeenSet =
false;
125 bool m_nextTokenHasBeenSet =
false;
SearchAgentsRequest & AddFilters(FiltersT &&value)
void SetMaxResults(int value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
SearchAgentsRequest & WithFilters(FiltersT &&value)
AWS_QUICKSIGHT_API SearchAgentsRequest()=default
bool FiltersHasBeenSet() const
SearchAgentsRequest & WithAwsAccountId(AwsAccountIdT &&value)
SearchAgentsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
SearchAgentsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::Vector< AgentSearchFilter > & GetFilters() const
const Aws::String & GetAwsAccountId() const
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector