7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename VpcIdT = Aws::String>
49 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
50 template<
typename VpcIdT = Aws::String>
60 template<
typename SubnetsT = Aws::Vector<Aws::String>>
61 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
62 template<
typename SubnetsT = Aws::Vector<Aws::String>>
64 template<
typename SubnetsT = Aws::String>
74 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
75 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
76 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
78 template<
typename SecurityGroupIdsT = Aws::String>
84 bool m_vpcIdHasBeenSet =
false;
87 bool m_subnetsHasBeenSet =
false;
90 bool m_securityGroupIdsHasBeenSet =
false;
AWS_SECURITYHUB_API AwsCodeBuildProjectVpcConfig(Aws::Utils::Json::JsonView jsonValue)
AwsCodeBuildProjectVpcConfig & WithSubnets(SubnetsT &&value)
const Aws::Vector< Aws::String > & GetSubnets() const
bool SecurityGroupIdsHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool VpcIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_SECURITYHUB_API AwsCodeBuildProjectVpcConfig()=default
const Aws::String & GetVpcId() const
bool SubnetsHasBeenSet() const
AwsCodeBuildProjectVpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AwsCodeBuildProjectVpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AwsCodeBuildProjectVpcConfig & WithVpcId(VpcIdT &&value)
AWS_SECURITYHUB_API AwsCodeBuildProjectVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSubnets(SubnetsT &&value)
void SetVpcId(VpcIdT &&value)
AwsCodeBuildProjectVpcConfig & AddSubnets(SubnetsT &&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