7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/DatasetLabelStats.h>
20namespace Rekognition {
42 template <
typename LabelNameT = Aws::String>
44 m_labelNameHasBeenSet =
true;
45 m_labelName = std::forward<LabelNameT>(value);
47 template <
typename LabelNameT = Aws::String>
60 template <
typename LabelStatsT = DatasetLabelStats>
62 m_labelStatsHasBeenSet =
true;
63 m_labelStats = std::forward<LabelStatsT>(value);
65 template <
typename LabelStatsT = DatasetLabelStats>
73 bool m_labelNameHasBeenSet =
false;
76 bool m_labelStatsHasBeenSet =
false;
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API DatasetLabelDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLabelName() const
const DatasetLabelStats & GetLabelStats() const
bool LabelNameHasBeenSet() const
DatasetLabelDescription & WithLabelStats(LabelStatsT &&value)
void SetLabelStats(LabelStatsT &&value)
DatasetLabelDescription & WithLabelName(LabelNameT &&value)
void SetLabelName(LabelNameT &&value)
AWS_REKOGNITION_API DatasetLabelDescription()=default
bool LabelStatsHasBeenSet() const
AWS_REKOGNITION_API DatasetLabelDescription(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue