7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/comprehend/model/EntityTypesListItem.h>
48 template<
typename EntityTypesT = Aws::Vector<EntityTypesListItem>>
49 void SetEntityTypes(EntityTypesT&& value) { m_entityTypesHasBeenSet =
true; m_entityTypes = std::forward<EntityTypesT>(value); }
50 template<
typename EntityTypesT = Aws::Vector<EntityTypesListItem>>
52 template<
typename EntityTypesT = EntityTypesListItem>
58 bool m_entityTypesHasBeenSet =
false;
void SetEntityTypes(EntityTypesT &&value)
EntityRecognitionConfig & AddEntityTypes(EntityTypesT &&value)
AWS_COMPREHEND_API EntityRecognitionConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API EntityRecognitionConfig()=default
AWS_COMPREHEND_API EntityRecognitionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EntityTypesHasBeenSet() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
EntityRecognitionConfig & WithEntityTypes(EntityTypesT &&value)
const Aws::Vector< EntityTypesListItem > & GetEntityTypes() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue