7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AgentIdT = Aws::String>
42 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
43 template<
typename AgentIdT = Aws::String>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_agentIdHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
ListAgentVersionsRequest & WithMaxResults(int value)
int GetMaxResults() const
const Aws::String & GetAgentId() const
void SetAgentId(AgentIdT &&value)
ListAgentVersionsRequest & WithAgentId(AgentIdT &&value)
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENT_API ListAgentVersionsRequest()=default
bool AgentIdHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListAgentVersionsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String