7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename PromptIdentifierT = Aws::String>
48 void SetPromptIdentifier(PromptIdentifierT&& value) { m_promptIdentifierHasBeenSet =
true; m_promptIdentifier = std::forward<PromptIdentifierT>(value); }
49 template<
typename PromptIdentifierT = Aws::String>
60 template<
typename PromptVersionT = Aws::String>
61 void SetPromptVersion(PromptVersionT&& value) { m_promptVersionHasBeenSet =
true; m_promptVersion = std::forward<PromptVersionT>(value); }
62 template<
typename PromptVersionT = Aws::String>
68 bool m_promptIdentifierHasBeenSet =
false;
71 bool m_promptVersionHasBeenSet =
false;
AWS_BEDROCKAGENT_API DeletePromptRequest()=default
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool PromptVersionHasBeenSet() const
const Aws::String & GetPromptIdentifier() const
void SetPromptIdentifier(PromptIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPromptVersion() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
DeletePromptRequest & WithPromptVersion(PromptVersionT &&value)
bool PromptIdentifierHasBeenSet() const
void SetPromptVersion(PromptVersionT &&value)
DeletePromptRequest & WithPromptIdentifier(PromptIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String