7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
43 m_isValidHasBeenSet =
true;
60 template <
typename RationaleT = Aws::String>
62 m_rationaleHasBeenSet =
true;
63 m_rationale = std::forward<RationaleT>(value);
65 template <
typename RationaleT = Aws::String>
72 bool m_isValid{
false};
75 bool m_isValidHasBeenSet =
false;
76 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue