7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FieldNameT = Aws::String>
50 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
51 template<
typename FieldNameT = Aws::String>
57 bool m_fieldNameHasBeenSet =
false;
AWS_BEDROCK_API FieldForReranking(Aws::Utils::Json::JsonView jsonValue)
FieldForReranking & WithFieldName(FieldNameT &&value)
AWS_BEDROCK_API FieldForReranking()=default
const Aws::String & GetFieldName() const
bool FieldNameHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API FieldForReranking & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFieldName(FieldNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue