7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
46 template<
typename GuardrailIdentifierT = Aws::String>
47 void SetGuardrailIdentifier(GuardrailIdentifierT&& value) { m_guardrailIdentifierHasBeenSet =
true; m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value); }
48 template<
typename GuardrailIdentifierT = Aws::String>
58 template<
typename GuardrailVersionT = Aws::String>
59 void SetGuardrailVersion(GuardrailVersionT&& value) { m_guardrailVersionHasBeenSet =
true; m_guardrailVersion = std::forward<GuardrailVersionT>(value); }
60 template<
typename GuardrailVersionT = Aws::String>
66 bool m_guardrailIdentifierHasBeenSet =
false;
69 bool m_guardrailVersionHasBeenSet =
false;
bool GuardrailVersionHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGuardrailIdentifier(GuardrailIdentifierT &&value)
GuardrailConfigurationWithArn & WithGuardrailVersion(GuardrailVersionT &&value)
bool GuardrailIdentifierHasBeenSet() const
const Aws::String & GetGuardrailVersion() const
GuardrailConfigurationWithArn & WithGuardrailIdentifier(GuardrailIdentifierT &&value)
const Aws::String & GetGuardrailIdentifier() const
AWS_BEDROCKAGENTRUNTIME_API GuardrailConfigurationWithArn & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGuardrailVersion(GuardrailVersionT &&value)
AWS_BEDROCKAGENTRUNTIME_API GuardrailConfigurationWithArn(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API GuardrailConfigurationWithArn()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue