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