7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
58 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
59 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
61 template<
typename SecurityGroupIdsT = Aws::String>
62 InputVpcRequest&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
73 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
74 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
75 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
77 template<
typename SubnetIdsT = Aws::String>
78 InputVpcRequest&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
83 bool m_securityGroupIdsHasBeenSet =
false;
86 bool m_subnetIdsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue