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/ActionConnectorSearchFilter.h>
45 template <
typename AwsAccountIdT = Aws::String>
47 m_awsAccountIdHasBeenSet =
true;
48 m_awsAccountId = std::forward<AwsAccountIdT>(value);
50 template <
typename AwsAccountIdT = Aws::String>
65 m_maxResultsHasBeenSet =
true;
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
100 template <
typename FiltersT = Aws::Vector<ActionConnectorSearchFilter>>
102 m_filtersHasBeenSet =
true;
103 m_filters = std::forward<FiltersT>(value);
105 template <
typename FiltersT = Aws::Vector<ActionConnectorSearchFilter>>
110 template <
typename FiltersT = ActionConnectorSearchFilter>
112 m_filtersHasBeenSet =
true;
113 m_filters.emplace_back(std::forward<FiltersT>(value));
125 bool m_awsAccountIdHasBeenSet =
false;
126 bool m_maxResultsHasBeenSet =
false;
127 bool m_nextTokenHasBeenSet =
false;
128 bool m_filtersHasBeenSet =
false;
void SetMaxResults(int value)
int GetMaxResults() const
const Aws::Vector< ActionConnectorSearchFilter > & GetFilters() const
SearchActionConnectorsRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool MaxResultsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API SearchActionConnectorsRequest()=default
SearchActionConnectorsRequest & WithFilters(FiltersT &&value)
void SetFilters(FiltersT &&value)
const Aws::String & GetNextToken() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
SearchActionConnectorsRequest & WithNextToken(NextTokenT &&value)
SearchActionConnectorsRequest & AddFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
bool FiltersHasBeenSet() const
const Aws::String & GetAwsAccountId() const
SearchActionConnectorsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector