7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
83 template <
typename RatingMethodT = Aws::String>
85 m_ratingMethodHasBeenSet =
true;
86 m_ratingMethod = std::forward<RatingMethodT>(value);
88 template <
typename RatingMethodT = Aws::String>
100 bool m_nameHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
102 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue