7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
42 template<
typename GuardrailIdentifierT = Aws::String>
43 void SetGuardrailIdentifier(GuardrailIdentifierT&& value) { m_guardrailIdentifierHasBeenSet =
true; m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value); }
44 template<
typename GuardrailIdentifierT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
70 template<
typename ClientRequestTokenT = Aws::String>
71 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
72 template<
typename ClientRequestTokenT = Aws::String>
78 bool m_guardrailIdentifierHasBeenSet =
false;
81 bool m_descriptionHasBeenSet =
false;
84 bool m_clientRequestTokenHasBeenSet =
true;
bool DescriptionHasBeenSet() const
bool GuardrailIdentifierHasBeenSet() const
const Aws::String & GetGuardrailIdentifier() const
void SetDescription(DescriptionT &&value)
void SetGuardrailIdentifier(GuardrailIdentifierT &&value)
CreateGuardrailVersionRequest & WithGuardrailIdentifier(GuardrailIdentifierT &&value)
const Aws::String & GetClientRequestToken() const
bool ClientRequestTokenHasBeenSet() const
CreateGuardrailVersionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCK_API CreateGuardrailVersionRequest()=default
AWS_BEDROCK_API Aws::String SerializePayload() const override
CreateGuardrailVersionRequest & WithDescription(DescriptionT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetDescription() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String