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/FolderSearchFilter.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
60 template <
typename FiltersT = Aws::Vector<FolderSearchFilter>>
62 m_filtersHasBeenSet =
true;
63 m_filters = std::forward<FiltersT>(value);
65 template <
typename FiltersT = Aws::Vector<FolderSearchFilter>>
70 template <
typename FiltersT = FolderSearchFilter>
72 m_filtersHasBeenSet =
true;
73 m_filters.emplace_back(std::forward<FiltersT>(value));
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
104 m_maxResultsHasBeenSet =
true;
105 m_maxResults = value;
120 bool m_awsAccountIdHasBeenSet =
false;
121 bool m_filtersHasBeenSet =
false;
122 bool m_nextTokenHasBeenSet =
false;
123 bool m_maxResultsHasBeenSet =
false;
SearchFoldersRequest & WithFilters(FiltersT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
SearchFoldersRequest & WithMaxResults(int value)
AWS_QUICKSIGHT_API SearchFoldersRequest()=default
const Aws::Vector< FolderSearchFilter > & GetFilters() const
void SetFilters(FiltersT &&value)
SearchFoldersRequest & WithAwsAccountId(AwsAccountIdT &&value)
SearchFoldersRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
SearchFoldersRequest & AddFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
bool FiltersHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector