7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
10#include <aws/databrew/model/AllowedStatistics.h>
21namespace GlueDataBrew {
54 template <
typename EntityTypesT = Aws::Vector<Aws::String>>
56 m_entityTypesHasBeenSet =
true;
57 m_entityTypes = std::forward<EntityTypesT>(value);
59 template <
typename EntityTypesT = Aws::Vector<Aws::String>>
64 template <
typename EntityTypesT = Aws::String>
66 m_entityTypesHasBeenSet =
true;
67 m_entityTypes.emplace_back(std::forward<EntityTypesT>(value));
80 template <
typename AllowedStatisticsT = Aws::Vector<AllowedStatistics>>
82 m_allowedStatisticsHasBeenSet =
true;
83 m_allowedStatistics = std::forward<AllowedStatisticsT>(value);
85 template <
typename AllowedStatisticsT = Aws::Vector<AllowedStatistics>>
90 template <
typename AllowedStatisticsT = AllowedStatistics>
92 m_allowedStatisticsHasBeenSet =
true;
93 m_allowedStatistics.emplace_back(std::forward<AllowedStatisticsT>(value));
101 bool m_entityTypesHasBeenSet =
false;
102 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