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/ListedGateway.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace MediaConnect {
37 template <
typename GatewaysT = Aws::Vector<ListedGateway>>
39 m_gatewaysHasBeenSet =
true;
40 m_gateways = std::forward<GatewaysT>(value);
42 template <
typename GatewaysT = Aws::Vector<ListedGateway>>
47 template <
typename GatewaysT = ListedGateway>
49 m_gatewaysHasBeenSet =
true;
50 m_gateways.emplace_back(std::forward<GatewaysT>(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_gatewaysHasBeenSet =
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