7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace BedrockAgent {
46 m_maxResultsHasBeenSet =
true;
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 bool m_maxResultsHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
ListFlowsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
AWS_BEDROCKAGENT_API ListFlowsRequest()=default
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
ListFlowsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String