7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetFlowIdentifier(
const char* value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier.assign(value); }
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
87 bool m_flowIdentifierHasBeenSet =
false;
90 bool m_maxResultsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(const char *value)
AWS_BEDROCKAGENT_API ListFlowVersionsRequest()
ListFlowVersionsRequest & WithNextToken(const char *value)
bool FlowIdentifierHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListFlowVersionsRequest & WithNextToken(const Aws::String &value)
void SetFlowIdentifier(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetFlowIdentifier(const Aws::String &value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
int GetMaxResults() const
ListFlowVersionsRequest & WithFlowIdentifier(Aws::String &&value)
const Aws::String & GetFlowIdentifier() const
virtual const char * GetServiceRequestName() const override
ListFlowVersionsRequest & WithFlowIdentifier(const Aws::String &value)
ListFlowVersionsRequest & WithMaxResults(int value)
void SetNextToken(const Aws::String &value)
void SetMaxResults(int value)
void SetFlowIdentifier(const char *value)
ListFlowVersionsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
ListFlowVersionsRequest & WithFlowIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String