7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/FlowDefinition.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;
36 template <
typename FlowsT = Aws::Vector<FlowDefinition>>
38 m_flowsHasBeenSet =
true;
39 m_flows = std::forward<FlowsT>(value);
41 template <
typename FlowsT = Aws::Vector<FlowDefinition>>
43 SetFlows(std::forward<FlowsT>(value));
46 template <
typename FlowsT = FlowDefinition>
48 m_flowsHasBeenSet =
true;
49 m_flows.emplace_back(std::forward<FlowsT>(value));
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_flowsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
ListFlowsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< FlowDefinition > & GetFlows() const
AWS_APPFLOW_API ListFlowsResult()=default
AWS_APPFLOW_API ListFlowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFlowsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListFlowsResult & AddFlows(FlowsT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
ListFlowsResult & WithFlows(FlowsT &&value)
void SetFlows(FlowsT &&value)
AWS_APPFLOW_API ListFlowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue