7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace BedrockAgentRuntime
47 template<
typename FlowAliasIdentifierT = Aws::String>
48 void SetFlowAliasIdentifier(FlowAliasIdentifierT&& value) { m_flowAliasIdentifierHasBeenSet =
true; m_flowAliasIdentifier = std::forward<FlowAliasIdentifierT>(value); }
49 template<
typename FlowAliasIdentifierT = Aws::String>
59 template<
typename FlowIdentifierT = Aws::String>
60 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
61 template<
typename FlowIdentifierT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
92 bool m_flowAliasIdentifierHasBeenSet =
false;
95 bool m_flowIdentifierHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
bool FlowIdentifierHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
ListFlowExecutionsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
ListFlowExecutionsRequest & WithFlowAliasIdentifier(FlowAliasIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
void SetFlowAliasIdentifier(FlowAliasIdentifierT &&value)
const Aws::String & GetFlowAliasIdentifier() const
bool FlowAliasIdentifierHasBeenSet() const
void SetMaxResults(int value)
AWS_BEDROCKAGENTRUNTIME_API ListFlowExecutionsRequest()=default
ListFlowExecutionsRequest & WithFlowIdentifier(FlowIdentifierT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
ListFlowExecutionsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
const Aws::String & GetFlowIdentifier() const
void SetFlowIdentifier(FlowIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String