87 inline VPCConfig&
AddSubnets(
const char* value) { m_subnetsHasBeenSet =
true; m_subnets.push_back(value);
return *
this; }
133 inline VPCConfig&
AddSecurityGroups(
const char* value) { m_securityGroupsHasBeenSet =
true; m_securityGroups.push_back(value);
return *
this; }
149 inline void SetAssignPublicIp(
bool value) { m_assignPublicIpHasBeenSet =
true; m_assignPublicIp = value; }
159 bool m_subnetsHasBeenSet;
162 bool m_securityGroupsHasBeenSet;
164 bool m_assignPublicIp;
165 bool m_assignPublicIpHasBeenSet;
const Aws::Vector< Aws::String > & GetSubnets() const
VPCConfig & WithSubnets(const Aws::Vector< Aws::String > &value)
VPCConfig & WithSecurityGroups(const Aws::Vector< Aws::String > &value)
VPCConfig & AddSubnets(const Aws::String &value)
VPCConfig & AddSecurityGroups(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
void SetSubnets(const Aws::Vector< Aws::String > &value)
VPCConfig & AddSecurityGroups(const Aws::String &value)
void SetAssignPublicIp(bool value)
VPCConfig & WithAssignPublicIp(bool value)
VPCConfig & AddSubnets(const char *value)
bool AssignPublicIpHasBeenSet() const
void SetSecurityGroups(const Aws::Vector< Aws::String > &value)
VPCConfig & WithSecurityGroups(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
void SetSecurityGroups(Aws::Vector< Aws::String > &&value)
bool GetAssignPublicIp() const
VPCConfig & AddSecurityGroups(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
bool SecurityGroupsHasBeenSet() const
VPCConfig & AddSubnets(Aws::String &&value)
bool SubnetsHasBeenSet() const
VPCConfig & WithSubnets(Aws::Vector< Aws::String > &&value)
void SetSubnets(Aws::Vector< Aws::String > &&value)
#define AWS_ROBOMAKER_API