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>
53 template<
typename PublicAddressAllocationIdsT = Aws::Vector<Aws::String>>
54 void SetPublicAddressAllocationIds(PublicAddressAllocationIdsT&& value) { m_publicAddressAllocationIdsHasBeenSet =
true; m_publicAddressAllocationIds = std::forward<PublicAddressAllocationIdsT>(value); }
55 template<
typename PublicAddressAllocationIdsT = Aws::Vector<Aws::String>>
57 template<
typename PublicAddressAllocationIdsT = Aws::String>
58 VpcOutputSettings&
AddPublicAddressAllocationIds(PublicAddressAllocationIdsT&& value) { m_publicAddressAllocationIdsHasBeenSet =
true; m_publicAddressAllocationIds.emplace_back(std::forward<PublicAddressAllocationIdsT>(value));
return *
this; }
70 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
71 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
72 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
74 template<
typename SecurityGroupIdsT = Aws::String>
75 VpcOutputSettings&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
86 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
87 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
88 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
90 template<
typename SubnetIdsT = Aws::String>
91 VpcOutputSettings&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
96 bool m_publicAddressAllocationIdsHasBeenSet =
false;
99 bool m_securityGroupIdsHasBeenSet =
false;
102 bool m_subnetIdsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue