7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/databrew/model/AllowedStatistics.h>
60 template<
typename EntityTypesT = Aws::Vector<Aws::String>>
61 void SetEntityTypes(EntityTypesT&& value) { m_entityTypesHasBeenSet =
true; m_entityTypes = std::forward<EntityTypesT>(value); }
62 template<
typename EntityTypesT = Aws::Vector<Aws::String>>
64 template<
typename EntityTypesT = Aws::String>
76 template<
typename AllowedStatisticsT = Aws::Vector<AllowedStatistics>>
77 void SetAllowedStatistics(AllowedStatisticsT&& value) { m_allowedStatisticsHasBeenSet =
true; m_allowedStatistics = std::forward<AllowedStatisticsT>(value); }
78 template<
typename AllowedStatisticsT = Aws::Vector<AllowedStatistics>>
80 template<
typename AllowedStatisticsT = AllowedStatistics>
86 bool m_entityTypesHasBeenSet =
false;
89 bool m_allowedStatisticsHasBeenSet =
false;
AWS_GLUEDATABREW_API EntityDetectorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityDetectorConfiguration & AddEntityTypes(EntityTypesT &&value)
EntityDetectorConfiguration & WithEntityTypes(EntityTypesT &&value)
bool AllowedStatisticsHasBeenSet() const
EntityDetectorConfiguration & WithAllowedStatistics(AllowedStatisticsT &&value)
const Aws::Vector< Aws::String > & GetEntityTypes() const
const Aws::Vector< AllowedStatistics > & GetAllowedStatistics() const
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
bool EntityTypesHasBeenSet() const
EntityDetectorConfiguration & AddAllowedStatistics(AllowedStatisticsT &&value)
AWS_GLUEDATABREW_API EntityDetectorConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetAllowedStatistics(AllowedStatisticsT &&value)
AWS_GLUEDATABREW_API EntityDetectorConfiguration()=default
void SetEntityTypes(EntityTypesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue