7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
60 template<
typename PolicyVersionArnT = Aws::String>
61 void SetPolicyVersionArn(PolicyVersionArnT&& value) { m_policyVersionArnHasBeenSet =
true; m_policyVersionArn = std::forward<PolicyVersionArnT>(value); }
62 template<
typename PolicyVersionArnT = Aws::String>
68 bool m_idHasBeenSet =
false;
71 bool m_policyVersionArnHasBeenSet =
false;
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_BEDROCK_API AutomatedReasoningCheckRule & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPolicyVersionArn() const
bool PolicyVersionArnHasBeenSet() const
AWS_BEDROCK_API AutomatedReasoningCheckRule(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningCheckRule & WithPolicyVersionArn(PolicyVersionArnT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API AutomatedReasoningCheckRule()=default
AutomatedReasoningCheckRule & WithId(IdT &&value)
void SetPolicyVersionArn(PolicyVersionArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue