7#include <aws/core/utils/memory/stl/AWSMap.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/NetworkInterfaceType.h>
22namespace MediaConnect {
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
64 m_networkInterfaceTypeHasBeenSet =
true;
65 m_networkInterfaceType = value;
80 template <
typename RoleArnT = Aws::String>
82 m_roleArnHasBeenSet =
true;
83 m_roleArn = std::forward<RoleArnT>(value);
85 template <
typename RoleArnT = Aws::String>
98 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
100 m_securityGroupIdsHasBeenSet =
true;
101 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
103 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
108 template <
typename SecurityGroupIdsT = Aws::String>
110 m_securityGroupIdsHasBeenSet =
true;
111 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
129 template <
typename SubnetIdT = Aws::String>
131 m_subnetIdHasBeenSet =
true;
132 m_subnetId = std::forward<SubnetIdT>(value);
134 template <
typename SubnetIdT = Aws::String>
148 template <
typename VpcInterfaceTagsT = Aws::Map<Aws::String, Aws::String>>
150 m_vpcInterfaceTagsHasBeenSet =
true;
151 m_vpcInterfaceTags = std::forward<VpcInterfaceTagsT>(value);
153 template <
typename VpcInterfaceTagsT = Aws::Map<Aws::String, Aws::String>>
158 template <
typename VpcInterfaceTagsKeyT = Aws::String,
typename VpcInterfaceTagsValueT = Aws::String>
160 m_vpcInterfaceTagsHasBeenSet =
true;
161 m_vpcInterfaceTags.emplace(std::forward<VpcInterfaceTagsKeyT>(key), std::forward<VpcInterfaceTagsValueT>(value));
177 bool m_nameHasBeenSet =
false;
178 bool m_networkInterfaceTypeHasBeenSet =
false;
179 bool m_roleArnHasBeenSet =
false;
180 bool m_securityGroupIdsHasBeenSet =
false;
181 bool m_subnetIdHasBeenSet =
false;
182 bool m_vpcInterfaceTagsHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue