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>
48 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
49 void SetSecurityGroups(SecurityGroupsT&& value) { m_securityGroupsHasBeenSet =
true; m_securityGroups = std::forward<SecurityGroupsT>(value); }
50 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
52 template<
typename SecurityGroupsT = Aws::String>
53 VpcDescription&
AddSecurityGroups(SecurityGroupsT&& value) { m_securityGroupsHasBeenSet =
true; m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
return *
this; }
62 template<
typename SubnetsT = Aws::Vector<Aws::String>>
63 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
64 template<
typename SubnetsT = Aws::Vector<Aws::String>>
66 template<
typename SubnetsT = Aws::String>
67 VpcDescription&
AddSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets.emplace_back(std::forward<SubnetsT>(value));
return *
this; }
72 bool m_securityGroupsHasBeenSet =
false;
75 bool m_subnetsHasBeenSet =
false;
AWS_KAFKACONNECT_API VpcDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroups(SecurityGroupsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSubnets(SubnetsT &&value)
const Aws::Vector< Aws::String > & GetSubnets() const
AWS_KAFKACONNECT_API VpcDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API VpcDescription()=default
bool SecurityGroupsHasBeenSet() const
bool SubnetsHasBeenSet() const
VpcDescription & WithSubnets(SubnetsT &&value)
VpcDescription & AddSecurityGroups(SecurityGroupsT &&value)
VpcDescription & WithSecurityGroups(SecurityGroupsT &&value)
VpcDescription & AddSubnets(SubnetsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue