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; }
65 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
81 inline void SetPromptIdentifier(
const char* value) { m_promptIdentifierHasBeenSet =
true; m_promptIdentifier.assign(value); }
89 bool m_maxResultsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_promptIdentifierHasBeenSet =
false;
ListPromptsRequest & WithNextToken(const Aws::String &value)
void SetPromptIdentifier(const char *value)
ListPromptsRequest & WithNextToken(const char *value)
void SetPromptIdentifier(Aws::String &&value)
void SetPromptIdentifier(const Aws::String &value)
ListPromptsRequest & WithPromptIdentifier(Aws::String &&value)
ListPromptsRequest & WithMaxResults(int value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetPromptIdentifier() const
void SetNextToken(const Aws::String &value)
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListPromptsRequest & WithPromptIdentifier(const Aws::String &value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const char *value)
AWS_BEDROCKAGENT_API ListPromptsRequest()
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
bool PromptIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
ListPromptsRequest & WithPromptIdentifier(const char *value)
ListPromptsRequest & WithNextToken(Aws::String &&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