7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GuardrailIdentifierT = Aws::String>
48 void SetGuardrailIdentifier(GuardrailIdentifierT&& value) { m_guardrailIdentifierHasBeenSet =
true; m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value); }
49 template<
typename GuardrailIdentifierT = Aws::String>
59 template<
typename GuardrailVersionT = Aws::String>
60 void SetGuardrailVersion(GuardrailVersionT&& value) { m_guardrailVersionHasBeenSet =
true; m_guardrailVersion = std::forward<GuardrailVersionT>(value); }
61 template<
typename GuardrailVersionT = Aws::String>
67 bool m_guardrailIdentifierHasBeenSet =
false;
70 bool m_guardrailVersionHasBeenSet =
false;
AWS_BEDROCK_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
DeleteGuardrailRequest & WithGuardrailIdentifier(GuardrailIdentifierT &&value)
const Aws::String & GetGuardrailIdentifier() const
const Aws::String & GetGuardrailVersion() const
void SetGuardrailIdentifier(GuardrailIdentifierT &&value)
AWS_BEDROCK_API DeleteGuardrailRequest()=default
AWS_BEDROCK_API Aws::String SerializePayload() const override
DeleteGuardrailRequest & WithGuardrailVersion(GuardrailVersionT &&value)
bool GuardrailVersionHasBeenSet() const
void SetGuardrailVersion(GuardrailVersionT &&value)
bool GuardrailIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String