7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace BedrockAgent {
44 template <
typename PromptIdentifierT = Aws::String>
46 m_promptIdentifierHasBeenSet =
true;
47 m_promptIdentifier = std::forward<PromptIdentifierT>(value);
49 template <
typename PromptIdentifierT = Aws::String>
66 m_maxResultsHasBeenSet =
true;
84 template <
typename NextTokenT = Aws::String>
86 m_nextTokenHasBeenSet =
true;
87 m_nextToken = std::forward<NextTokenT>(value);
89 template <
typename NextTokenT = Aws::String>
101 bool m_promptIdentifierHasBeenSet =
false;
102 bool m_maxResultsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
ListPromptsRequest & WithPromptIdentifier(PromptIdentifierT &&value)
void SetPromptIdentifier(PromptIdentifierT &&value)
ListPromptsRequest & WithMaxResults(int value)
const Aws::String & GetPromptIdentifier() const
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_BEDROCKAGENT_API ListPromptsRequest()=default
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
bool PromptIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
ListPromptsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String