7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appflow/model/FlowDefinition.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename FlowsT = Aws::Vector<FlowDefinition>>
43 void SetFlows(FlowsT&& value) { m_flowsHasBeenSet =
true; m_flows = std::forward<FlowsT>(value); }
44 template<
typename FlowsT = Aws::Vector<FlowDefinition>>
46 template<
typename FlowsT = FlowDefinition>
47 ListFlowsResult&
AddFlows(FlowsT&& value) { m_flowsHasBeenSet =
true; m_flows.emplace_back(std::forward<FlowsT>(value));
return *
this; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_flowsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 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