7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename RagSourceIdentifierT = Aws::String>
50 void SetRagSourceIdentifier(RagSourceIdentifierT&& value) { m_ragSourceIdentifierHasBeenSet =
true; m_ragSourceIdentifier = std::forward<RagSourceIdentifierT>(value); }
51 template<
typename RagSourceIdentifierT = Aws::String>
57 bool m_ragSourceIdentifierHasBeenSet =
false;
void SetRagSourceIdentifier(RagSourceIdentifierT &&value)
const Aws::String & GetRagSourceIdentifier() const
bool RagSourceIdentifierHasBeenSet() const
AWS_BEDROCK_API EvaluationPrecomputedRetrieveSourceConfig()=default
AWS_BEDROCK_API EvaluationPrecomputedRetrieveSourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API EvaluationPrecomputedRetrieveSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
EvaluationPrecomputedRetrieveSourceConfig & WithRagSourceIdentifier(RagSourceIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue