7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
51 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
52 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
54 template<
typename SubnetIdsT = Aws::String>
55 VpcConfig&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
64 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
65 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
66 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
68 template<
typename SecurityGroupIdsT = Aws::String>
69 VpcConfig&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
85 bool m_subnetIdsHasBeenSet =
false;
88 bool m_securityGroupIdsHasBeenSet =
false;
90 bool m_ipv6AllowedForDualStack{
false};
91 bool m_ipv6AllowedForDualStackHasBeenSet =
false;
VpcConfig & AddSubnetIds(SubnetIdsT &&value)
AWS_LAMBDA_API VpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcConfig & WithIpv6AllowedForDualStack(bool value)
AWS_LAMBDA_API VpcConfig()=default
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool GetIpv6AllowedForDualStack() const
VpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_LAMBDA_API VpcConfig(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubnetIdsHasBeenSet() const
void SetIpv6AllowedForDualStack(bool value)
bool SecurityGroupIdsHasBeenSet() const
VpcConfig & WithSubnetIds(SubnetIdsT &&value)
bool Ipv6AllowedForDualStackHasBeenSet() const
VpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue