7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
80 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
88 bool m_securityGroupIdsHasBeenSet =
false;
91 bool m_subnetIdsHasBeenSet =
false;
94 bool m_vpcIdHasBeenSet =
false;
bool SecurityGroupIdsHasBeenSet() const
bool VpcIdHasBeenSet() const
AwsLambdaFunctionVpcConfig & AddSecurityGroupIds(Aws::String &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsLambdaFunctionVpcConfig & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
AwsLambdaFunctionVpcConfig & WithVpcId(Aws::String &&value)
AWS_SECURITYHUB_API AwsLambdaFunctionVpcConfig()
void SetVpcId(const Aws::String &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
AwsLambdaFunctionVpcConfig & WithVpcId(const char *value)
AwsLambdaFunctionVpcConfig & WithSubnetIds(const Aws::Vector< Aws::String > &value)
AwsLambdaFunctionVpcConfig & WithSubnetIds(Aws::Vector< Aws::String > &&value)
AwsLambdaFunctionVpcConfig & AddSecurityGroupIds(const Aws::String &value)
void SetVpcId(Aws::String &&value)
AwsLambdaFunctionVpcConfig & AddSecurityGroupIds(const char *value)
AWS_SECURITYHUB_API AwsLambdaFunctionVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
bool SubnetIdsHasBeenSet() const
AwsLambdaFunctionVpcConfig & WithVpcId(const Aws::String &value)
AWS_SECURITYHUB_API AwsLambdaFunctionVpcConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVpcId() const
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
AwsLambdaFunctionVpcConfig & AddSubnetIds(const Aws::String &value)
void SetVpcId(const char *value)
AwsLambdaFunctionVpcConfig & AddSubnetIds(const char *value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
AwsLambdaFunctionVpcConfig & AddSubnetIds(Aws::String &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
AwsLambdaFunctionVpcConfig & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue