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>
51 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
53 m_securityGroupIdsHasBeenSet =
true;
54 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
56 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
61 template <
typename SecurityGroupIdsT = Aws::String>
63 m_securityGroupIdsHasBeenSet =
true;
64 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
77 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
79 m_subnetIdsHasBeenSet =
true;
80 m_subnetIds = std::forward<SubnetIdsT>(value);
82 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
87 template <
typename SubnetIdsT = Aws::String>
89 m_subnetIdsHasBeenSet =
true;
90 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
98 bool m_securityGroupIdsHasBeenSet =
false;
99 bool m_subnetIdsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue