7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/DocumentClassifierMode.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename LabelsT = Aws::Vector<Aws::String>>
61 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
62 template<
typename LabelsT = Aws::Vector<Aws::String>>
64 template<
typename LabelsT = Aws::String>
70 bool m_modeHasBeenSet =
false;
73 bool m_labelsHasBeenSet =
false;
bool LabelsHasBeenSet() const
DocumentClassificationConfig & AddLabels(LabelsT &&value)
void SetLabels(LabelsT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool ModeHasBeenSet() const
AWS_COMPREHEND_API DocumentClassificationConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetLabels() const
DocumentClassificationConfig & WithMode(DocumentClassifierMode value)
AWS_COMPREHEND_API DocumentClassificationConfig()=default
DocumentClassificationConfig & WithLabels(LabelsT &&value)
DocumentClassifierMode GetMode() const
AWS_COMPREHEND_API DocumentClassificationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMode(DocumentClassifierMode value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue