7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/FlowSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename FlowSummaryListT = Aws::Vector<FlowSummary>>
40 m_flowSummaryListHasBeenSet =
true;
41 m_flowSummaryList = std::forward<FlowSummaryListT>(value);
43 template <
typename FlowSummaryListT = Aws::Vector<FlowSummary>>
48 template <
typename FlowSummaryListT = FlowSummary>
50 m_flowSummaryListHasBeenSet =
true;
51 m_flowSummaryList.emplace_back(std::forward<FlowSummaryListT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
95 m_statusHasBeenSet =
true;
114 bool m_flowSummaryListHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
117 bool m_statusHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
ListFlowsResult & WithFlowSummaryList(FlowSummaryListT &&value)
void SetFlowSummaryList(FlowSummaryListT &&value)
const Aws::String & GetNextToken() const
AWS_QUICKSIGHT_API ListFlowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFlowsResult & AddFlowSummaryList(FlowSummaryListT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStatus(int value)
const Aws::Vector< FlowSummary > & GetFlowSummaryList() const
ListFlowsResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API ListFlowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFlowsResult & WithNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API ListFlowsResult()=default
ListFlowsResult & WithStatus(int value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue