7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockRuntime
47 template<
typename IdentifierT = Aws::String>
48 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
49 template<
typename IdentifierT = 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_identifierHasBeenSet =
false;
71 bool m_policyVersionArnHasBeenSet =
false;
GuardrailAutomatedReasoningRule & WithPolicyVersionArn(PolicyVersionArnT &&value)
GuardrailAutomatedReasoningRule & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
void SetPolicyVersionArn(PolicyVersionArnT &&value)
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningRule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningRule()=default
bool PolicyVersionArnHasBeenSet() const
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPolicyVersionArn() const
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningRule(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue