7#include <aws/devicefarm/DeviceFarm_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;
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
TestGridVpcConfig & AddSecurityGroupIds(Aws::String &&value)
bool VpcIdHasBeenSet() const
TestGridVpcConfig & WithSubnetIds(Aws::Vector< Aws::String > &&value)
TestGridVpcConfig & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
TestGridVpcConfig & WithSubnetIds(const Aws::Vector< Aws::String > &value)
bool SecurityGroupIdsHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
TestGridVpcConfig & AddSubnetIds(const char *value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::String & GetVpcId() const
TestGridVpcConfig & WithVpcId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
TestGridVpcConfig & AddSubnetIds(Aws::String &&value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
bool SubnetIdsHasBeenSet() const
TestGridVpcConfig & WithVpcId(const Aws::String &value)
AWS_DEVICEFARM_API TestGridVpcConfig()
TestGridVpcConfig & WithVpcId(const char *value)
TestGridVpcConfig & AddSubnetIds(const Aws::String &value)
TestGridVpcConfig & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetVpcId(const char *value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
AWS_DEVICEFARM_API TestGridVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVICEFARM_API TestGridVpcConfig(Aws::Utils::Json::JsonView jsonValue)
void SetVpcId(const Aws::String &value)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
TestGridVpcConfig & AddSecurityGroupIds(const char *value)
void SetVpcId(Aws::String &&value)
TestGridVpcConfig & AddSecurityGroupIds(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