7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconnect/model/NetworkInterfaceType.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
62 template<
typename NetworkInterfaceIdsT = Aws::Vector<Aws::String>>
63 void SetNetworkInterfaceIds(NetworkInterfaceIdsT&& value) { m_networkInterfaceIdsHasBeenSet =
true; m_networkInterfaceIds = std::forward<NetworkInterfaceIdsT>(value); }
64 template<
typename NetworkInterfaceIdsT = Aws::Vector<Aws::String>>
66 template<
typename NetworkInterfaceIdsT = Aws::String>
67 VpcInterface&
AddNetworkInterfaceIds(NetworkInterfaceIdsT&& value) { m_networkInterfaceIdsHasBeenSet =
true; m_networkInterfaceIds.emplace_back(std::forward<NetworkInterfaceIdsT>(value));
return *
this; }
86 template<
typename RoleArnT = Aws::String>
87 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
88 template<
typename RoleArnT = Aws::String>
98 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
99 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
100 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
102 template<
typename SecurityGroupIdsT = Aws::String>
103 VpcInterface&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
112 template<
typename SubnetIdT = Aws::String>
113 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
114 template<
typename SubnetIdT = Aws::String>
120 bool m_nameHasBeenSet =
false;
123 bool m_networkInterfaceIdsHasBeenSet =
false;
126 bool m_networkInterfaceTypeHasBeenSet =
false;
129 bool m_roleArnHasBeenSet =
false;
132 bool m_securityGroupIdsHasBeenSet =
false;
135 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