7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ModelIdentifierT = Aws::String>
50 void SetModelIdentifier(ModelIdentifierT&& value) { m_modelIdentifierHasBeenSet =
true; m_modelIdentifier = std::forward<ModelIdentifierT>(value); }
51 template<
typename ModelIdentifierT = Aws::String>
57 bool m_modelIdentifierHasBeenSet =
false;
BedrockEvaluatorModel & WithModelIdentifier(ModelIdentifierT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API BedrockEvaluatorModel()=default
const Aws::String & GetModelIdentifier() const
AWS_BEDROCK_API BedrockEvaluatorModel & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API BedrockEvaluatorModel(Aws::Utils::Json::JsonView jsonValue)
void SetModelIdentifier(ModelIdentifierT &&value)
bool ModelIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue