7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/IpPool.h>
11#include <aws/medialive/model/NetworkState.h>
12#include <aws/medialive/model/Route.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
61 template <
typename AssociatedClusterIdsT = Aws::Vector<Aws::String>>
63 m_associatedClusterIdsHasBeenSet =
true;
64 m_associatedClusterIds = std::forward<AssociatedClusterIdsT>(value);
66 template <
typename AssociatedClusterIdsT = Aws::Vector<Aws::String>>
71 template <
typename AssociatedClusterIdsT = Aws::String>
73 m_associatedClusterIdsHasBeenSet =
true;
74 m_associatedClusterIds.emplace_back(std::forward<AssociatedClusterIdsT>(value));
86 template <
typename IdT = Aws::String>
88 m_idHasBeenSet =
true;
89 m_id = std::forward<IdT>(value);
91 template <
typename IdT = Aws::String>
93 SetId(std::forward<IdT>(value));
108 template <
typename IpPoolsT = Aws::Vector<IpPool>>
110 m_ipPoolsHasBeenSet =
true;
111 m_ipPools = std::forward<IpPoolsT>(value);
113 template <
typename IpPoolsT = Aws::Vector<IpPool>>
118 template <
typename IpPoolsT = IpPool>
120 m_ipPoolsHasBeenSet =
true;
121 m_ipPools.emplace_back(std::forward<IpPoolsT>(value));
132 template <
typename NameT = Aws::String>
134 m_nameHasBeenSet =
true;
135 m_name = std::forward<NameT>(value);
137 template <
typename NameT = Aws::String>
139 SetName(std::forward<NameT>(value));
151 template <
typename RoutesT = Aws::Vector<Route>>
153 m_routesHasBeenSet =
true;
154 m_routes = std::forward<RoutesT>(value);
156 template <
typename RoutesT = Aws::Vector<Route>>
161 template <
typename RoutesT = Route>
163 m_routesHasBeenSet =
true;
164 m_routes.emplace_back(std::forward<RoutesT>(value));
176 m_stateHasBeenSet =
true;
198 bool m_arnHasBeenSet =
false;
199 bool m_associatedClusterIdsHasBeenSet =
false;
200 bool m_idHasBeenSet =
false;
201 bool m_ipPoolsHasBeenSet =
false;
202 bool m_nameHasBeenSet =
false;
203 bool m_routesHasBeenSet =
false;
204 bool m_stateHasBeenSet =
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