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/mediaconnect/MediaConnect_EXPORTS.h>
11#include <aws/mediaconnect/model/ListedFlow.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace MediaConnect {
37 template <
typename FlowsT = Aws::Vector<ListedFlow>>
39 m_flowsHasBeenSet =
true;
40 m_flows = std::forward<FlowsT>(value);
42 template <
typename FlowsT = Aws::Vector<ListedFlow>>
44 SetFlows(std::forward<FlowsT>(value));
47 template <
typename FlowsT = ListedFlow>
49 m_flowsHasBeenSet =
true;
50 m_flows.emplace_back(std::forward<FlowsT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_flowsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue