7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/kafka/KafkaRequest.h>
11#include <aws/kafka/Kafka_EXPORTS.h>
42 template <
typename TargetClusterArnT = Aws::String>
44 m_targetClusterArnHasBeenSet =
true;
45 m_targetClusterArn = std::forward<TargetClusterArnT>(value);
47 template <
typename TargetClusterArnT = Aws::String>
62 template <
typename AuthenticationT = Aws::String>
64 m_authenticationHasBeenSet =
true;
65 m_authentication = std::forward<AuthenticationT>(value);
67 template <
typename AuthenticationT = Aws::String>
82 template <
typename VpcIdT = Aws::String>
84 m_vpcIdHasBeenSet =
true;
85 m_vpcId = std::forward<VpcIdT>(value);
87 template <
typename VpcIdT = Aws::String>
89 SetVpcId(std::forward<VpcIdT>(value));
102 template <
typename ClientSubnetsT = Aws::Vector<Aws::String>>
104 m_clientSubnetsHasBeenSet =
true;
105 m_clientSubnets = std::forward<ClientSubnetsT>(value);
107 template <
typename ClientSubnetsT = Aws::Vector<Aws::String>>
112 template <
typename ClientSubnetsT = Aws::String>
114 m_clientSubnetsHasBeenSet =
true;
115 m_clientSubnets.emplace_back(std::forward<ClientSubnetsT>(value));
128 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
130 m_securityGroupsHasBeenSet =
true;
131 m_securityGroups = std::forward<SecurityGroupsT>(value);
133 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
138 template <
typename SecurityGroupsT = Aws::String>
140 m_securityGroupsHasBeenSet =
true;
141 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
154 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 m_tagsHasBeenSet =
true;
157 m_tags = std::forward<TagsT>(value);
159 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
161 SetTags(std::forward<TagsT>(value));
164 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
166 m_tagsHasBeenSet =
true;
167 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
183 bool m_targetClusterArnHasBeenSet =
false;
184 bool m_authenticationHasBeenSet =
false;
185 bool m_vpcIdHasBeenSet =
false;
186 bool m_clientSubnetsHasBeenSet =
false;
187 bool m_securityGroupsHasBeenSet =
false;
188 bool m_tagsHasBeenSet =
false;
bool VpcIdHasBeenSet() const
void SetClientSubnets(ClientSubnetsT &&value)
void SetSecurityGroups(SecurityGroupsT &&value)
const Aws::String & GetAuthentication() const
bool ClientSubnetsHasBeenSet() const
const Aws::Vector< Aws::String > & GetClientSubnets() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateVpcConnectionRequest & AddSecurityGroups(SecurityGroupsT &&value)
bool AuthenticationHasBeenSet() const
void SetTags(TagsT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
void SetAuthentication(AuthenticationT &&value)
CreateVpcConnectionRequest & WithClientSubnets(ClientSubnetsT &&value)
bool TargetClusterArnHasBeenSet() const
bool SecurityGroupsHasBeenSet() const
const Aws::String & GetVpcId() const
CreateVpcConnectionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
void SetTargetClusterArn(TargetClusterArnT &&value)
CreateVpcConnectionRequest & WithTargetClusterArn(TargetClusterArnT &&value)
AWS_KAFKA_API CreateVpcConnectionRequest()=default
CreateVpcConnectionRequest & AddClientSubnets(ClientSubnetsT &&value)
CreateVpcConnectionRequest & WithVpcId(VpcIdT &&value)
CreateVpcConnectionRequest & WithSecurityGroups(SecurityGroupsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
virtual const char * GetServiceRequestName() const override
CreateVpcConnectionRequest & WithAuthentication(AuthenticationT &&value)
void SetVpcId(VpcIdT &&value)
const Aws::String & GetTargetClusterArn() const
CreateVpcConnectionRequest & WithTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector