7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
48 inline void SetIsValid(
bool value) { m_isValidHasBeenSet =
true; m_isValid = value; }
60 template<
typename RationaleT = Aws::String>
61 void SetRationale(RationaleT&& value) { m_rationaleHasBeenSet =
true; m_rationale = std::forward<RationaleT>(value); }
62 template<
typename RationaleT = Aws::String>
67 bool m_isValid{
false};
68 bool m_isValidHasBeenSet =
false;
71 bool m_rationaleHasBeenSet =
false;
bool RationaleHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsValid(bool value)
const Aws::String & GetRationale() const
AWS_BEDROCKAGENTRUNTIME_API PreProcessingParsedResponse()=default
void SetRationale(RationaleT &&value)
AWS_BEDROCKAGENTRUNTIME_API PreProcessingParsedResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IsValidHasBeenSet() const
PreProcessingParsedResponse & WithIsValid(bool value)
AWS_BEDROCKAGENTRUNTIME_API PreProcessingParsedResponse(Aws::Utils::Json::JsonView jsonValue)
PreProcessingParsedResponse & WithRationale(RationaleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue