7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
52 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
53 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
55 template<
typename SubnetIdsT = Aws::String>
56 VpcConfigInput&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
65 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
66 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
67 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
69 template<
typename SecurityGroupIdsT = Aws::String>
70 VpcConfigInput&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
86 bool m_subnetIdsHasBeenSet =
false;
89 bool m_securityGroupIdsHasBeenSet =
false;
91 bool m_ipv6AllowedForDualStack{
false};
92 bool m_ipv6AllowedForDualStackHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue