7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename GuardrailIdentifierT = Aws::String>
40 m_guardrailIdentifierHasBeenSet =
true;
41 m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value);
43 template <
typename GuardrailIdentifierT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
78 template <
typename ClientRequestTokenT = Aws::String>
80 m_clientRequestTokenHasBeenSet =
true;
81 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
83 template <
typename ClientRequestTokenT = Aws::String>
91 bool m_guardrailIdentifierHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
97 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