7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockRuntime {
41 template <
typename IdentifierT = Aws::String>
43 m_identifierHasBeenSet =
true;
44 m_identifier = std::forward<IdentifierT>(value);
46 template <
typename IdentifierT = Aws::String>
60 template <
typename PolicyVersionArnT = Aws::String>
62 m_policyVersionArnHasBeenSet =
true;
63 m_policyVersionArn = std::forward<PolicyVersionArnT>(value);
65 template <
typename PolicyVersionArnT = Aws::String>
75 bool m_identifierHasBeenSet =
false;
76 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::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