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>
47 template <
typename PublicAddressAllocationIdsT = Aws::Vector<Aws::String>>
49 m_publicAddressAllocationIdsHasBeenSet =
true;
50 m_publicAddressAllocationIds = std::forward<PublicAddressAllocationIdsT>(value);
52 template <
typename PublicAddressAllocationIdsT = Aws::Vector<Aws::String>>
57 template <
typename PublicAddressAllocationIdsT = Aws::String>
59 m_publicAddressAllocationIdsHasBeenSet =
true;
60 m_publicAddressAllocationIds.emplace_back(std::forward<PublicAddressAllocationIdsT>(value));
74 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
76 m_securityGroupIdsHasBeenSet =
true;
77 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
79 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
84 template <
typename SecurityGroupIdsT = Aws::String>
86 m_securityGroupIdsHasBeenSet =
true;
87 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
100 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
102 m_subnetIdsHasBeenSet =
true;
103 m_subnetIds = std::forward<SubnetIdsT>(value);
105 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
110 template <
typename SubnetIdsT = Aws::String>
112 m_subnetIdsHasBeenSet =
true;
113 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
123 bool m_publicAddressAllocationIdsHasBeenSet =
false;
124 bool m_securityGroupIdsHasBeenSet =
false;
125 bool m_subnetIdsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue