7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LakeFormation
48 template<
typename ExcludedColumnNamesT = Aws::Vector<Aws::String>>
49 void SetExcludedColumnNames(ExcludedColumnNamesT&& value) { m_excludedColumnNamesHasBeenSet =
true; m_excludedColumnNames = std::forward<ExcludedColumnNamesT>(value); }
50 template<
typename ExcludedColumnNamesT = Aws::Vector<Aws::String>>
52 template<
typename ExcludedColumnNamesT = Aws::String>
53 ColumnWildcard&
AddExcludedColumnNames(ExcludedColumnNamesT&& value) { m_excludedColumnNamesHasBeenSet =
true; m_excludedColumnNames.emplace_back(std::forward<ExcludedColumnNamesT>(value));
return *
this; }
58 bool m_excludedColumnNamesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue