7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
45 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
47 m_availabilityZonesHasBeenSet =
true;
48 m_availabilityZones = std::forward<AvailabilityZonesT>(value);
50 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
55 template <
typename AvailabilityZonesT = Aws::String>
57 m_availabilityZonesHasBeenSet =
true;
58 m_availabilityZones.emplace_back(std::forward<AvailabilityZonesT>(value));
69 template <
typename NetworkInterfaceIdsT = Aws::Vector<Aws::String>>
71 m_networkInterfaceIdsHasBeenSet =
true;
72 m_networkInterfaceIds = std::forward<NetworkInterfaceIdsT>(value);
74 template <
typename NetworkInterfaceIdsT = Aws::Vector<Aws::String>>
79 template <
typename NetworkInterfaceIdsT = Aws::String>
81 m_networkInterfaceIdsHasBeenSet =
true;
82 m_networkInterfaceIds.emplace_back(std::forward<NetworkInterfaceIdsT>(value));
94 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
96 m_securityGroupIdsHasBeenSet =
true;
97 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
99 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
104 template <
typename SecurityGroupIdsT = Aws::String>
106 m_securityGroupIdsHasBeenSet =
true;
107 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
120 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
122 m_subnetIdsHasBeenSet =
true;
123 m_subnetIds = std::forward<SubnetIdsT>(value);
125 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
130 template <
typename SubnetIdsT = Aws::String>
132 m_subnetIdsHasBeenSet =
true;
133 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
145 bool m_availabilityZonesHasBeenSet =
false;
146 bool m_networkInterfaceIdsHasBeenSet =
false;
147 bool m_securityGroupIdsHasBeenSet =
false;
148 bool m_subnetIdsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue