7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BedrockAgent {
36 template <
typename FlowSummariesT = Aws::Vector<FlowSummary>>
38 m_flowSummariesHasBeenSet =
true;
39 m_flowSummaries = std::forward<FlowSummariesT>(value);
41 template <
typename FlowSummariesT = Aws::Vector<FlowSummary>>
46 template <
typename FlowSummariesT = FlowSummary>
48 m_flowSummariesHasBeenSet =
true;
49 m_flowSummaries.emplace_back(std::forward<FlowSummariesT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_flowSummariesHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
ListFlowsResult & AddFlowSummaries(FlowSummariesT &&value)
void SetFlowSummaries(FlowSummariesT &&value)
ListFlowsResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCKAGENT_API ListFlowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKAGENT_API ListFlowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFlowsResult & WithNextToken(NextTokenT &&value)
AWS_BEDROCKAGENT_API ListFlowsResult()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< FlowSummary > & GetFlowSummaries() const
ListFlowsResult & WithFlowSummaries(FlowSummariesT &&value)
const Aws::String & GetNextToken() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue