7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
77 template<
typename RatingMethodT = Aws::String>
78 void SetRatingMethod(RatingMethodT&& value) { m_ratingMethodHasBeenSet =
true; m_ratingMethod = std::forward<RatingMethodT>(value); }
79 template<
typename RatingMethodT = Aws::String>
85 bool m_nameHasBeenSet =
false;
88 bool m_descriptionHasBeenSet =
false;
91 bool m_ratingMethodHasBeenSet =
false;
AWS_BEDROCK_API HumanEvaluationCustomMetric()=default
bool DescriptionHasBeenSet() const
AWS_BEDROCK_API HumanEvaluationCustomMetric(Aws::Utils::Json::JsonView jsonValue)
bool RatingMethodHasBeenSet() const
HumanEvaluationCustomMetric & WithDescription(DescriptionT &&value)
void SetRatingMethod(RatingMethodT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_BEDROCK_API HumanEvaluationCustomMetric & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
HumanEvaluationCustomMetric & WithRatingMethod(RatingMethodT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
HumanEvaluationCustomMetric & WithName(NameT &&value)
const Aws::String & GetRatingMethod() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue