7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
39 template <
typename ClusterArnT = Aws::String>
41 m_clusterArnHasBeenSet =
true;
42 m_clusterArn = std::forward<ClusterArnT>(value);
44 template <
typename ClusterArnT = Aws::String>
59 template <
typename VpcConnectionArnT = Aws::String>
61 m_vpcConnectionArnHasBeenSet =
true;
62 m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value);
64 template <
typename VpcConnectionArnT = Aws::String>
74 bool m_clusterArnHasBeenSet =
false;
75 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