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;
37 template <
typename FlowSummaryListT = Aws::Vector<FlowSummary>>
39 m_flowSummaryListHasBeenSet =
true;
40 m_flowSummaryList = std::forward<FlowSummaryListT>(value);
42 template <
typename FlowSummaryListT = Aws::Vector<FlowSummary>>
47 template <
typename FlowSummaryListT = FlowSummary>
49 m_flowSummaryListHasBeenSet =
true;
50 m_flowSummaryList.emplace_back(std::forward<FlowSummaryListT>(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>
94 m_statusHasBeenSet =
true;
113 bool m_flowSummaryListHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
116 bool m_statusHasBeenSet =
false;
SearchFlowsResult & WithRequestId(RequestIdT &&value)
SearchFlowsResult & AddFlowSummaryList(FlowSummaryListT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API SearchFlowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetNextToken(NextTokenT &&value)
const Aws::Vector< FlowSummary > & GetFlowSummaryList() const
void SetStatus(int value)
AWS_QUICKSIGHT_API SearchFlowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchFlowsResult & WithFlowSummaryList(FlowSummaryListT &&value)
SearchFlowsResult & WithStatus(int value)
AWS_QUICKSIGHT_API SearchFlowsResult()=default
void SetFlowSummaryList(FlowSummaryListT &&value)
SearchFlowsResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue