7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
20namespace Rekognition {
46 template <
typename LabelInclusionFiltersT = Aws::Vector<Aws::String>>
48 m_labelInclusionFiltersHasBeenSet =
true;
49 m_labelInclusionFilters = std::forward<LabelInclusionFiltersT>(value);
51 template <
typename LabelInclusionFiltersT = Aws::Vector<Aws::String>>
56 template <
typename LabelInclusionFiltersT = Aws::String>
58 m_labelInclusionFiltersHasBeenSet =
true;
59 m_labelInclusionFilters.emplace_back(std::forward<LabelInclusionFiltersT>(value));
70 template <
typename LabelExclusionFiltersT = Aws::Vector<Aws::String>>
72 m_labelExclusionFiltersHasBeenSet =
true;
73 m_labelExclusionFilters = std::forward<LabelExclusionFiltersT>(value);
75 template <
typename LabelExclusionFiltersT = Aws::Vector<Aws::String>>
80 template <
typename LabelExclusionFiltersT = Aws::String>
82 m_labelExclusionFiltersHasBeenSet =
true;
83 m_labelExclusionFilters.emplace_back(std::forward<LabelExclusionFiltersT>(value));
95 template <
typename LabelCategoryInclusionFiltersT = Aws::Vector<Aws::String>>
97 m_labelCategoryInclusionFiltersHasBeenSet =
true;
98 m_labelCategoryInclusionFilters = std::forward<LabelCategoryInclusionFiltersT>(value);
100 template <
typename LabelCategoryInclusionFiltersT = Aws::Vector<Aws::String>>
105 template <
typename LabelCategoryInclusionFiltersT = Aws::String>
107 m_labelCategoryInclusionFiltersHasBeenSet =
true;
108 m_labelCategoryInclusionFilters.emplace_back(std::forward<LabelCategoryInclusionFiltersT>(value));
120 template <
typename LabelCategoryExclusionFiltersT = Aws::Vector<Aws::String>>
122 m_labelCategoryExclusionFiltersHasBeenSet =
true;
123 m_labelCategoryExclusionFilters = std::forward<LabelCategoryExclusionFiltersT>(value);
125 template <
typename LabelCategoryExclusionFiltersT = Aws::Vector<Aws::String>>
130 template <
typename LabelCategoryExclusionFiltersT = Aws::String>
132 m_labelCategoryExclusionFiltersHasBeenSet =
true;
133 m_labelCategoryExclusionFilters.emplace_back(std::forward<LabelCategoryExclusionFiltersT>(value));
145 bool m_labelInclusionFiltersHasBeenSet =
false;
146 bool m_labelExclusionFiltersHasBeenSet =
false;
147 bool m_labelCategoryInclusionFiltersHasBeenSet =
false;
148 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