7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename GuardrailIdentifierT = Aws::String>
44 m_guardrailIdentifierHasBeenSet =
true;
45 m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value);
47 template <
typename GuardrailIdentifierT = Aws::String>
60 template <
typename GuardrailVersionT = Aws::String>
62 m_guardrailVersionHasBeenSet =
true;
63 m_guardrailVersion = std::forward<GuardrailVersionT>(value);
65 template <
typename GuardrailVersionT = Aws::String>
75 bool m_guardrailIdentifierHasBeenSet =
false;
76 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String