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>
56 inline VpcConfig&
AddSubnetIds(
const char* value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.push_back(value);
return *
this; }
71 inline VpcConfig&
AddSecurityGroupIds(
const char* value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.push_back(value);
return *
this; }
87 bool m_subnetIdsHasBeenSet =
false;
90 bool m_securityGroupIdsHasBeenSet =
false;
92 bool m_ipv6AllowedForDualStack;
93 bool m_ipv6AllowedForDualStackHasBeenSet =
false;
VpcConfig & AddSecurityGroupIds(const Aws::String &value)
VpcConfig & AddSecurityGroupIds(Aws::String &&value)
AWS_LAMBDA_API VpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcConfig & WithSubnetIds(Aws::Vector< Aws::String > &&value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
VpcConfig & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
VpcConfig & AddSubnetIds(Aws::String &&value)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
VpcConfig & WithIpv6AllowedForDualStack(bool value)
AWS_LAMBDA_API VpcConfig()
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool GetIpv6AllowedForDualStack() const
VpcConfig & AddSubnetIds(const char *value)
VpcConfig & AddSecurityGroupIds(const char *value)
VpcConfig & AddSubnetIds(const Aws::String &value)
VpcConfig & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
AWS_LAMBDA_API VpcConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubnetIdsHasBeenSet() const
void SetIpv6AllowedForDualStack(bool value)
bool SecurityGroupIdsHasBeenSet() const
VpcConfig & WithSubnetIds(const Aws::Vector< Aws::String > &value)
bool Ipv6AllowedForDualStackHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue