7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
40 template <
typename GuardrailIdentifierT = Aws::String>
42 m_guardrailIdentifierHasBeenSet =
true;
43 m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value);
45 template <
typename GuardrailIdentifierT = Aws::String>
58 template <
typename GuardrailVersionT = Aws::String>
60 m_guardrailVersionHasBeenSet =
true;
61 m_guardrailVersion = std::forward<GuardrailVersionT>(value);
63 template <
typename GuardrailVersionT = Aws::String>
73 bool m_guardrailIdentifierHasBeenSet =
false;
74 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::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