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