7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgent {
41 m_maxResultsHasBeenSet =
true;
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
74 bool m_maxResultsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
ListAgentsRequest & WithNextToken(NextTokenT &&value)
AWS_BEDROCKAGENT_API ListAgentsRequest()=default
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListAgentsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String