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>
87 bool m_entityTypesHasBeenSet =
false;
90 bool m_allowedStatisticsHasBeenSet =
false;
EntityDetectorConfiguration & AddAllowedStatistics(AllowedStatistics &&value)
AWS_GLUEDATABREW_API EntityDetectorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityDetectorConfiguration & WithAllowedStatistics(const Aws::Vector< AllowedStatistics > &value)
EntityDetectorConfiguration & AddEntityTypes(Aws::String &&value)
EntityDetectorConfiguration & AddAllowedStatistics(const AllowedStatistics &value)
bool AllowedStatisticsHasBeenSet() const
EntityDetectorConfiguration & WithEntityTypes(Aws::Vector< Aws::String > &&value)
void SetEntityTypes(Aws::Vector< Aws::String > &&value)
AWS_GLUEDATABREW_API EntityDetectorConfiguration()
const Aws::Vector< Aws::String > & GetEntityTypes() const
const Aws::Vector< AllowedStatistics > & GetAllowedStatistics() const
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
EntityDetectorConfiguration & WithAllowedStatistics(Aws::Vector< AllowedStatistics > &&value)
bool EntityTypesHasBeenSet() const
void SetEntityTypes(const Aws::Vector< Aws::String > &value)
void SetAllowedStatistics(const Aws::Vector< AllowedStatistics > &value)
AWS_GLUEDATABREW_API EntityDetectorConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetAllowedStatistics(Aws::Vector< AllowedStatistics > &&value)
EntityDetectorConfiguration & WithEntityTypes(const Aws::Vector< Aws::String > &value)
EntityDetectorConfiguration & AddEntityTypes(const char *value)
EntityDetectorConfiguration & AddEntityTypes(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue