7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace BedrockAgent {
39 template <
typename PromptIdentifierT = Aws::String>
41 m_promptIdentifierHasBeenSet =
true;
42 m_promptIdentifier = std::forward<PromptIdentifierT>(value);
44 template <
typename PromptIdentifierT = Aws::String>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
79 template <
typename ClientTokenT = Aws::String>
81 m_clientTokenHasBeenSet =
true;
82 m_clientToken = std::forward<ClientTokenT>(value);
84 template <
typename ClientTokenT = Aws::String>
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 m_tagsHasBeenSet =
true;
103 m_tags = std::forward<TagsT>(value);
105 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 SetTags(std::forward<TagsT>(value));
110 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
112 m_tagsHasBeenSet =
true;
113 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
125 bool m_promptIdentifierHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
127 bool m_clientTokenHasBeenSet =
true;
128 bool m_tagsHasBeenSet =
false;
void SetClientToken(ClientTokenT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetClientToken() const
CreatePromptVersionRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetPromptIdentifier() const
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENT_API CreatePromptVersionRequest()=default
void SetPromptIdentifier(PromptIdentifierT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
bool PromptIdentifierHasBeenSet() const
bool ClientTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreatePromptVersionRequest & WithPromptIdentifier(PromptIdentifierT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreatePromptVersionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreatePromptVersionRequest & WithTags(TagsT &&value)
CreatePromptVersionRequest & WithDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String