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;
ListAgentAliasesRequest & WithAgentId(AgentIdT &&value)
const Aws::String & GetAgentId() const
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENT_API ListAgentAliasesRequest()=default
ListAgentAliasesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListAgentAliasesRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
void SetAgentId(AgentIdT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
bool AgentIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String