7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
41 template <
typename GuardrailIdentifierT = Aws::String>
43 m_guardrailIdentifierHasBeenSet =
true;
44 m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value);
46 template <
typename GuardrailIdentifierT = Aws::String>
59 template <
typename GuardrailVersionT = Aws::String>
61 m_guardrailVersionHasBeenSet =
true;
62 m_guardrailVersion = std::forward<GuardrailVersionT>(value);
64 template <
typename GuardrailVersionT = Aws::String>
74 bool m_guardrailIdentifierHasBeenSet =
false;
75 bool m_guardrailVersionHasBeenSet =
false;
GuardrailConfiguration & WithGuardrailVersion(GuardrailVersionT &&value)
void SetGuardrailVersion(GuardrailVersionT &&value)
const Aws::String & GetGuardrailIdentifier() const
AWS_BEDROCKAGENT_API GuardrailConfiguration()=default
bool GuardrailIdentifierHasBeenSet() const
void SetGuardrailIdentifier(GuardrailIdentifierT &&value)
GuardrailConfiguration & WithGuardrailIdentifier(GuardrailIdentifierT &&value)
AWS_BEDROCKAGENT_API GuardrailConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGuardrailVersion() const
bool GuardrailVersionHasBeenSet() const
AWS_BEDROCKAGENT_API GuardrailConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
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