7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
77 template<
typename PromptIdentifierT = Aws::String>
78 void SetPromptIdentifier(PromptIdentifierT&& value) { m_promptIdentifierHasBeenSet =
true; m_promptIdentifier = std::forward<PromptIdentifierT>(value); }
79 template<
typename PromptIdentifierT = Aws::String>
85 bool m_maxResultsHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_promptIdentifierHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String