7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/AutomatedReasoningCheckResult.h>
10#include <aws/core/utils/DateTime.h>
50 template<
typename TestCaseIdT = Aws::String>
51 void SetTestCaseId(TestCaseIdT&& value) { m_testCaseIdHasBeenSet =
true; m_testCaseId = std::forward<TestCaseIdT>(value); }
52 template<
typename TestCaseIdT = Aws::String>
63 template<
typename GuardContentT = Aws::String>
64 void SetGuardContent(GuardContentT&& value) { m_guardContentHasBeenSet =
true; m_guardContent = std::forward<GuardContentT>(value); }
65 template<
typename GuardContentT = Aws::String>
76 template<
typename QueryContentT = Aws::String>
77 void SetQueryContent(QueryContentT&& value) { m_queryContentHasBeenSet =
true; m_queryContent = std::forward<QueryContentT>(value); }
78 template<
typename QueryContentT = Aws::String>
98 template<
typename CreatedAtT = Aws::Utils::DateTime>
99 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
100 template<
typename CreatedAtT = Aws::Utils::DateTime>
110 template<
typename UpdatedAtT = Aws::Utils::DateTime>
111 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
112 template<
typename UpdatedAtT = Aws::Utils::DateTime>
123 inline void SetConfidenceThreshold(
double value) { m_confidenceThresholdHasBeenSet =
true; m_confidenceThreshold = value; }
129 bool m_testCaseIdHasBeenSet =
false;
132 bool m_guardContentHasBeenSet =
false;
135 bool m_queryContentHasBeenSet =
false;
138 bool m_expectedAggregatedFindingsResultHasBeenSet =
false;
141 bool m_createdAtHasBeenSet =
false;
144 bool m_updatedAtHasBeenSet =
false;
146 double m_confidenceThreshold{0.0};
147 bool m_confidenceThresholdHasBeenSet =
false;
bool ExpectedAggregatedFindingsResultHasBeenSet() const
AutomatedReasoningPolicyTestCase & WithConfidenceThreshold(double value)
bool UpdatedAtHasBeenSet() const
AutomatedReasoningPolicyTestCase & WithTestCaseId(TestCaseIdT &&value)
void SetGuardContent(GuardContentT &&value)
AutomatedReasoningPolicyTestCase & WithCreatedAt(CreatedAtT &&value)
bool GuardContentHasBeenSet() const
bool TestCaseIdHasBeenSet() const
AutomatedReasoningPolicyTestCase & WithGuardContent(GuardContentT &&value)
void SetConfidenceThreshold(double value)
AWS_BEDROCK_API AutomatedReasoningPolicyTestCase & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetConfidenceThreshold() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetGuardContent() const
AWS_BEDROCK_API AutomatedReasoningPolicyTestCase()=default
AutomatedReasoningPolicyTestCase & WithExpectedAggregatedFindingsResult(AutomatedReasoningCheckResult value)
bool ConfidenceThresholdHasBeenSet() const
AutomatedReasoningCheckResult GetExpectedAggregatedFindingsResult() const
bool QueryContentHasBeenSet() const
AutomatedReasoningPolicyTestCase & WithQueryContent(QueryContentT &&value)
const Aws::String & GetQueryContent() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetQueryContent(QueryContentT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyTestCase(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTestCaseId() const
void SetExpectedAggregatedFindingsResult(AutomatedReasoningCheckResult value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AutomatedReasoningPolicyTestCase & WithUpdatedAt(UpdatedAtT &&value)
void SetTestCaseId(TestCaseIdT &&value)
AutomatedReasoningCheckResult
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue