7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ClusterArnT = Aws::String>
44 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
45 template<
typename ClusterArnT = Aws::String>
57 template<
typename VpcConnectionArnT = Aws::String>
58 void SetVpcConnectionArn(VpcConnectionArnT&& value) { m_vpcConnectionArnHasBeenSet =
true; m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value); }
59 template<
typename VpcConnectionArnT = Aws::String>
65 bool m_clusterArnHasBeenSet =
false;
68 bool m_vpcConnectionArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVpcConnectionArn() const
const Aws::String & GetClusterArn() const
void SetVpcConnectionArn(VpcConnectionArnT &&value)
void SetClusterArn(ClusterArnT &&value)
RejectClientVpcConnectionRequest & WithClusterArn(ClusterArnT &&value)
bool ClusterArnHasBeenSet() const
bool VpcConnectionArnHasBeenSet() const
RejectClientVpcConnectionRequest & WithVpcConnectionArn(VpcConnectionArnT &&value)
AWS_KAFKA_API RejectClientVpcConnectionRequest()=default
AWS_KAFKA_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String