7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
44 m_securityGroupIdsHasBeenSet =
true;
45 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
47 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
52 template <
typename SecurityGroupIdsT = Aws::String>
54 m_securityGroupIdsHasBeenSet =
true;
55 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
66 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
68 m_subnetIdsHasBeenSet =
true;
69 m_subnetIds = std::forward<SubnetIdsT>(value);
71 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
76 template <
typename SubnetIdsT = Aws::String>
78 m_subnetIdsHasBeenSet =
true;
79 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
90 template <
typename VpcIdT = Aws::String>
92 m_vpcIdHasBeenSet =
true;
93 m_vpcId = std::forward<VpcIdT>(value);
95 template <
typename VpcIdT = Aws::String>
97 SetVpcId(std::forward<VpcIdT>(value));
107 bool m_securityGroupIdsHasBeenSet =
false;
108 bool m_subnetIdsHasBeenSet =
false;
109 bool m_vpcIdHasBeenSet =
false;
bool SecurityGroupIdsHasBeenSet() const
bool VpcIdHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsLambdaFunctionVpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_SECURITYHUB_API AwsLambdaFunctionVpcConfig()=default
AWS_SECURITYHUB_API AwsLambdaFunctionVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SubnetIdsHasBeenSet() const
AwsLambdaFunctionVpcConfig & WithSubnetIds(SubnetIdsT &&value)
AWS_SECURITYHUB_API AwsLambdaFunctionVpcConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVpcId() const
void SetVpcId(VpcIdT &&value)
AwsLambdaFunctionVpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AwsLambdaFunctionVpcConfig & AddSubnetIds(SubnetIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AwsLambdaFunctionVpcConfig & WithVpcId(VpcIdT &&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