7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
74 bool m_securityGroupsHasBeenSet =
false;
77 bool m_subnetsHasBeenSet =
false;
VpcDescription & AddSecurityGroups(Aws::String &&value)
VpcDescription & WithSubnets(const Aws::Vector< Aws::String > &value)
AWS_KAFKACONNECT_API VpcDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcDescription & WithSecurityGroups(const Aws::Vector< Aws::String > &value)
VpcDescription & AddSubnets(const char *value)
void SetSecurityGroups(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSubnets(const Aws::Vector< Aws::String > &value)
VpcDescription & AddSecurityGroups(const char *value)
const Aws::Vector< Aws::String > & GetSubnets() const
AWS_KAFKACONNECT_API VpcDescription(Aws::Utils::Json::JsonView jsonValue)
VpcDescription & AddSecurityGroups(const Aws::String &value)
void SetSecurityGroups(Aws::Vector< Aws::String > &&value)
VpcDescription & AddSubnets(const Aws::String &value)
VpcDescription & WithSecurityGroups(Aws::Vector< Aws::String > &&value)
bool SecurityGroupsHasBeenSet() const
bool SubnetsHasBeenSet() const
VpcDescription & AddSubnets(Aws::String &&value)
AWS_KAFKACONNECT_API VpcDescription()
VpcDescription & WithSubnets(Aws::Vector< Aws::String > &&value)
void SetSubnets(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