7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/model/FolderSearchFilter.h>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
58 template<
typename FiltersT = Aws::Vector<FolderSearchFilter>>
59 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
60 template<
typename FiltersT = Aws::Vector<FolderSearchFilter>>
62 template<
typename FiltersT = FolderSearchFilter>
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_filtersHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 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