7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
56 inline VPCConfig&
AddSubnets(
const char* value) { m_subnetsHasBeenSet =
true; m_subnets.push_back(value);
return *
this; }
71 inline VPCConfig&
AddSecurityGroups(
const char* value) { m_securityGroupsHasBeenSet =
true; m_securityGroups.push_back(value);
return *
this; }
80 inline void SetAssignPublicIp(
bool value) { m_assignPublicIpHasBeenSet =
true; m_assignPublicIp = value; }
86 bool m_subnetsHasBeenSet =
false;
89 bool m_securityGroupsHasBeenSet =
false;
91 bool m_assignPublicIp;
92 bool m_assignPublicIpHasBeenSet =
false;
VPCConfig & AddSubnets(const char *value)
VPCConfig & AddSecurityGroups(const char *value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
VPCConfig & AddSecurityGroups(const Aws::String &value)
bool AssignPublicIpHasBeenSet() const
void SetSecurityGroups(const Aws::Vector< Aws::String > &value)
void SetSubnets(const Aws::Vector< Aws::String > &value)
AWS_ROBOMAKER_API VPCConfig()
void SetSecurityGroups(Aws::Vector< Aws::String > &&value)
VPCConfig & WithSubnets(Aws::Vector< Aws::String > &&value)
AWS_ROBOMAKER_API VPCConfig(Aws::Utils::Json::JsonView jsonValue)
VPCConfig & AddSubnets(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSubnets() const
void SetAssignPublicIp(bool value)
VPCConfig & WithSecurityGroups(const Aws::Vector< Aws::String > &value)
VPCConfig & AddSubnets(Aws::String &&value)
AWS_ROBOMAKER_API VPCConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
VPCConfig & WithSubnets(const Aws::Vector< Aws::String > &value)
void SetSubnets(Aws::Vector< Aws::String > &&value)
bool SubnetsHasBeenSet() const
bool SecurityGroupsHasBeenSet() const
bool GetAssignPublicIp() const
const Aws::Vector< Aws::String > & GetSecurityGroups() const
VPCConfig & WithAssignPublicIp(bool value)
VPCConfig & AddSecurityGroups(Aws::String &&value)
VPCConfig & WithSecurityGroups(Aws::Vector< 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