7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/FlowDefinition.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename FlowsT = Aws::Vector<FlowDefinition>>
39 m_flowsHasBeenSet =
true;
40 m_flows = std::forward<FlowsT>(value);
42 template <
typename FlowsT = Aws::Vector<FlowDefinition>>
44 SetFlows(std::forward<FlowsT>(value));
47 template <
typename FlowsT = FlowDefinition>
49 m_flowsHasBeenSet =
true;
50 m_flows.emplace_back(std::forward<FlowsT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_flowsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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