7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/LakeFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/lakeformation/model/FilterCondition.h>
16namespace LakeFormation
44 template<
typename FilterConditionListT = Aws::Vector<FilterCondition>>
45 void SetFilterConditionList(FilterConditionListT&& value) { m_filterConditionListHasBeenSet =
true; m_filterConditionList = std::forward<FilterConditionListT>(value); }
46 template<
typename FilterConditionListT = Aws::Vector<FilterCondition>>
48 template<
typename FilterConditionListT = FilterCondition>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_filterConditionListHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector