7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FlowIdentifierT = Aws::String>
48 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
49 template<
typename FlowIdentifierT = Aws::String>
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
75 template<
typename NextTokenT = Aws::String>
76 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
77 template<
typename NextTokenT = Aws::String>
83 bool m_flowIdentifierHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
int GetMaxResults() const
ListFlowAliasesRequest & WithNextToken(NextTokenT &&value)
ListFlowAliasesRequest & WithFlowIdentifier(FlowIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetFlowIdentifier(FlowIdentifierT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetFlowIdentifier() const
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
AWS_BEDROCKAGENT_API ListFlowAliasesRequest()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListFlowAliasesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool FlowIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String