7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename LabelInclusionFiltersT = Aws::Vector<Aws::String>>
53 void SetLabelInclusionFilters(LabelInclusionFiltersT&& value) { m_labelInclusionFiltersHasBeenSet =
true; m_labelInclusionFilters = std::forward<LabelInclusionFiltersT>(value); }
54 template<
typename LabelInclusionFiltersT = Aws::Vector<Aws::String>>
56 template<
typename LabelInclusionFiltersT = Aws::String>
66 template<
typename LabelExclusionFiltersT = Aws::Vector<Aws::String>>
67 void SetLabelExclusionFilters(LabelExclusionFiltersT&& value) { m_labelExclusionFiltersHasBeenSet =
true; m_labelExclusionFilters = std::forward<LabelExclusionFiltersT>(value); }
68 template<
typename LabelExclusionFiltersT = Aws::Vector<Aws::String>>
70 template<
typename LabelExclusionFiltersT = Aws::String>
81 template<
typename LabelCategoryInclusionFiltersT = Aws::Vector<Aws::String>>
82 void SetLabelCategoryInclusionFilters(LabelCategoryInclusionFiltersT&& value) { m_labelCategoryInclusionFiltersHasBeenSet =
true; m_labelCategoryInclusionFilters = std::forward<LabelCategoryInclusionFiltersT>(value); }
83 template<
typename LabelCategoryInclusionFiltersT = Aws::Vector<Aws::String>>
85 template<
typename LabelCategoryInclusionFiltersT = Aws::String>
96 template<
typename LabelCategoryExclusionFiltersT = Aws::Vector<Aws::String>>
97 void SetLabelCategoryExclusionFilters(LabelCategoryExclusionFiltersT&& value) { m_labelCategoryExclusionFiltersHasBeenSet =
true; m_labelCategoryExclusionFilters = std::forward<LabelCategoryExclusionFiltersT>(value); }
98 template<
typename LabelCategoryExclusionFiltersT = Aws::Vector<Aws::String>>
100 template<
typename LabelCategoryExclusionFiltersT = Aws::String>
106 bool m_labelInclusionFiltersHasBeenSet =
false;
109 bool m_labelExclusionFiltersHasBeenSet =
false;
112 bool m_labelCategoryInclusionFiltersHasBeenSet =
false;
115 bool m_labelCategoryExclusionFiltersHasBeenSet =
false;
void SetLabelExclusionFilters(LabelExclusionFiltersT &&value)
void SetLabelInclusionFilters(LabelInclusionFiltersT &&value)
GeneralLabelsSettings & AddLabelExclusionFilters(LabelExclusionFiltersT &&value)
GeneralLabelsSettings & AddLabelCategoryExclusionFilters(LabelCategoryExclusionFiltersT &&value)
bool LabelCategoryInclusionFiltersHasBeenSet() const
AWS_REKOGNITION_API GeneralLabelsSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
GeneralLabelsSettings & AddLabelCategoryInclusionFilters(LabelCategoryInclusionFiltersT &&value)
bool LabelExclusionFiltersHasBeenSet() const
const Aws::Vector< Aws::String > & GetLabelCategoryInclusionFilters() const
GeneralLabelsSettings & WithLabelCategoryInclusionFilters(LabelCategoryInclusionFiltersT &&value)
void SetLabelCategoryInclusionFilters(LabelCategoryInclusionFiltersT &&value)
GeneralLabelsSettings & WithLabelCategoryExclusionFilters(LabelCategoryExclusionFiltersT &&value)
AWS_REKOGNITION_API GeneralLabelsSettings()=default
bool LabelCategoryExclusionFiltersHasBeenSet() const
GeneralLabelsSettings & WithLabelExclusionFilters(LabelExclusionFiltersT &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool LabelInclusionFiltersHasBeenSet() const
const Aws::Vector< Aws::String > & GetLabelInclusionFilters() const
const Aws::Vector< Aws::String > & GetLabelExclusionFilters() const
AWS_REKOGNITION_API GeneralLabelsSettings(Aws::Utils::Json::JsonView jsonValue)
GeneralLabelsSettings & WithLabelInclusionFilters(LabelInclusionFiltersT &&value)
void SetLabelCategoryExclusionFilters(LabelCategoryExclusionFiltersT &&value)
GeneralLabelsSettings & AddLabelInclusionFilters(LabelInclusionFiltersT &&value)
const Aws::Vector< Aws::String > & GetLabelCategoryExclusionFilters() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue