7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
11#include <aws/mediaconnect/model/RouterNetworkInterfaceConfiguration.h>
12#include <aws/mediaconnect/model/RouterNetworkInterfaceState.h>
13#include <aws/mediaconnect/model/RouterNetworkInterfaceType.h>
24namespace MediaConnect {
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
65 template <
typename ArnT = Aws::String>
67 m_arnHasBeenSet =
true;
68 m_arn = std::forward<ArnT>(value);
70 template <
typename ArnT = Aws::String>
72 SetArn(std::forward<ArnT>(value));
83 template <
typename IdT = Aws::String>
85 m_idHasBeenSet =
true;
86 m_id = std::forward<IdT>(value);
88 template <
typename IdT = Aws::String>
90 SetId(std::forward<IdT>(value));
102 m_stateHasBeenSet =
true;
118 m_networkInterfaceTypeHasBeenSet =
true;
119 m_networkInterfaceType = value;
131 template <
typename ConfigurationT = RouterNetworkInterfaceConfiguration>
133 m_configurationHasBeenSet =
true;
134 m_configuration = std::forward<ConfigurationT>(value);
136 template <
typename ConfigurationT = RouterNetworkInterfaceConfiguration>
150 m_associatedOutputCountHasBeenSet =
true;
151 m_associatedOutputCount = value;
166 m_associatedInputCountHasBeenSet =
true;
167 m_associatedInputCount = value;
182 template <
typename RegionNameT = Aws::String>
184 m_regionNameHasBeenSet =
true;
185 m_regionName = std::forward<RegionNameT>(value);
187 template <
typename RegionNameT = Aws::String>
200 template <
typename CreatedAtT = Aws::Utils::DateTime>
202 m_createdAtHasBeenSet =
true;
203 m_createdAt = std::forward<CreatedAtT>(value);
205 template <
typename CreatedAtT = Aws::Utils::DateTime>
218 template <
typename UpdatedAtT = Aws::Utils::DateTime>
220 m_updatedAtHasBeenSet =
true;
221 m_updatedAt = std::forward<UpdatedAtT>(value);
223 template <
typename UpdatedAtT = Aws::Utils::DateTime>
237 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
239 m_tagsHasBeenSet =
true;
240 m_tags = std::forward<TagsT>(value);
242 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
244 SetTags(std::forward<TagsT>(value));
247 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
249 m_tagsHasBeenSet =
true;
250 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
265 RouterNetworkInterfaceConfiguration m_configuration;
267 int m_associatedOutputCount{0};
269 int m_associatedInputCount{0};
278 bool m_nameHasBeenSet =
false;
279 bool m_arnHasBeenSet =
false;
280 bool m_idHasBeenSet =
false;
281 bool m_stateHasBeenSet =
false;
282 bool m_networkInterfaceTypeHasBeenSet =
false;
283 bool m_configurationHasBeenSet =
false;
284 bool m_associatedOutputCountHasBeenSet =
false;
285 bool m_associatedInputCountHasBeenSet =
false;
286 bool m_regionNameHasBeenSet =
false;
287 bool m_createdAtHasBeenSet =
false;
288 bool m_updatedAtHasBeenSet =
false;
289 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue