7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
68 inline VpcConfig&
AddSubnets(
const char* value) { m_subnetsHasBeenSet =
true; m_subnets.push_back(value);
return *
this; }
83 inline VpcConfig&
AddSecurityGroupIds(
const char* value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.push_back(value);
return *
this; }
88 bool m_vpcIdHasBeenSet =
false;
91 bool m_subnetsHasBeenSet =
false;
94 bool m_securityGroupIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSubnets() const
bool VpcIdHasBeenSet() const
VpcConfig & WithSubnets(const Aws::Vector< Aws::String > &value)
void SetVpcId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcConfig & AddSubnets(const char *value)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
VpcConfig & WithVpcId(const char *value)
VpcConfig & AddSecurityGroupIds(const Aws::String &value)
VpcConfig & AddSecurityGroupIds(const char *value)
bool SecurityGroupIdsHasBeenSet() const
void SetSubnets(Aws::Vector< Aws::String > &&value)
void SetVpcId(const char *value)
bool SubnetsHasBeenSet() const
AWS_CODEBUILD_API VpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcConfig & AddSecurityGroupIds(Aws::String &&value)
void SetVpcId(const Aws::String &value)
VpcConfig & AddSubnets(Aws::String &&value)
void SetSubnets(const Aws::Vector< Aws::String > &value)
VpcConfig & WithVpcId(Aws::String &&value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConfig & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
VpcConfig & AddSubnets(const Aws::String &value)
const Aws::String & GetVpcId() const
AWS_CODEBUILD_API VpcConfig()
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
VpcConfig & WithSubnets(Aws::Vector< Aws::String > &&value)
AWS_CODEBUILD_API VpcConfig(Aws::Utils::Json::JsonView jsonValue)
VpcConfig & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
VpcConfig & WithVpcId(const 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