7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
10#include <aws/mediaconnect/model/NetworkInterfaceType.h>
21namespace MediaConnect {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 template <
typename NetworkInterfaceIdsT = Aws::Vector<Aws::String>>
64 m_networkInterfaceIdsHasBeenSet =
true;
65 m_networkInterfaceIds = std::forward<NetworkInterfaceIdsT>(value);
67 template <
typename NetworkInterfaceIdsT = Aws::Vector<Aws::String>>
72 template <
typename NetworkInterfaceIdsT = Aws::String>
74 m_networkInterfaceIdsHasBeenSet =
true;
75 m_networkInterfaceIds.emplace_back(std::forward<NetworkInterfaceIdsT>(value));
87 m_networkInterfaceTypeHasBeenSet =
true;
88 m_networkInterfaceType = value;
102 template <
typename RoleArnT = Aws::String>
104 m_roleArnHasBeenSet =
true;
105 m_roleArn = std::forward<RoleArnT>(value);
107 template <
typename RoleArnT = Aws::String>
120 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
122 m_securityGroupIdsHasBeenSet =
true;
123 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
125 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
130 template <
typename SecurityGroupIdsT = Aws::String>
132 m_securityGroupIdsHasBeenSet =
true;
133 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
144 template <
typename SubnetIdT = Aws::String>
146 m_subnetIdHasBeenSet =
true;
147 m_subnetId = std::forward<SubnetIdT>(value);
149 template <
typename SubnetIdT = Aws::String>
167 bool m_nameHasBeenSet =
false;
168 bool m_networkInterfaceIdsHasBeenSet =
false;
169 bool m_networkInterfaceTypeHasBeenSet =
false;
170 bool m_roleArnHasBeenSet =
false;
171 bool m_securityGroupIdsHasBeenSet =
false;
172 bool m_subnetIdHasBeenSet =
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