7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/bedrock-agent/model/IncludedData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
18namespace BedrockAgent {
43 template <
typename PromptIdentifierT = Aws::String>
45 m_promptIdentifierHasBeenSet =
true;
46 m_promptIdentifier = std::forward<PromptIdentifierT>(value);
48 template <
typename PromptIdentifierT = Aws::String>
62 template <
typename PromptVersionT = Aws::String>
64 m_promptVersionHasBeenSet =
true;
65 m_promptVersion = std::forward<PromptVersionT>(value);
67 template <
typename PromptVersionT = Aws::String>
83 m_includedDataHasBeenSet =
true;
84 m_includedData = value;
97 bool m_promptIdentifierHasBeenSet =
false;
98 bool m_promptVersionHasBeenSet =
false;
99 bool m_includedDataHasBeenSet =
false;
const Aws::String & GetPromptVersion() const
virtual const char * GetServiceRequestName() const override
void SetPromptVersion(PromptVersionT &&value)
GetPromptRequest & WithPromptVersion(PromptVersionT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetPromptIdentifier() const
bool IncludedDataHasBeenSet() const
IncludedData GetIncludedData() const
bool PromptVersionHasBeenSet() const
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetPromptRequest & WithPromptIdentifier(PromptIdentifierT &&value)
bool PromptIdentifierHasBeenSet() const
void SetIncludedData(IncludedData value)
void SetPromptIdentifier(PromptIdentifierT &&value)
GetPromptRequest & WithIncludedData(IncludedData value)
AWS_BEDROCKAGENT_API GetPromptRequest()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String