7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/kafka/model/VpcConnectionState.h>
55 inline void SetVpcConnectionArn(
const char* value) { m_vpcConnectionArnHasBeenSet =
true; m_vpcConnectionArn.assign(value); }
72 inline void SetTargetClusterArn(
const char* value) { m_targetClusterArnHasBeenSet =
true; m_targetClusterArn.assign(value); }
103 inline void SetAuthentication(
const char* value) { m_authenticationHasBeenSet =
true; m_authentication.assign(value); }
119 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
141 bool m_vpcConnectionArnHasBeenSet =
false;
144 bool m_targetClusterArnHasBeenSet =
false;
147 bool m_creationTimeHasBeenSet =
false;
150 bool m_authenticationHasBeenSet =
false;
153 bool m_vpcIdHasBeenSet =
false;
156 bool m_stateHasBeenSet =
false;
void SetVpcId(const Aws::String &value)
VpcConnection & WithState(const VpcConnectionState &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetVpcConnectionArn(Aws::String &&value)
void SetVpcId(Aws::String &&value)
void SetVpcId(const char *value)
void SetState(VpcConnectionState &&value)
bool VpcConnectionArnHasBeenSet() const
VpcConnection & WithAuthentication(const Aws::String &value)
AWS_KAFKA_API VpcConnection(Aws::Utils::Json::JsonView jsonValue)
VpcConnection & WithCreationTime(const Aws::Utils::DateTime &value)
const VpcConnectionState & GetState() const
VpcConnection & WithState(VpcConnectionState &&value)
bool TargetClusterArnHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAuthentication(Aws::String &&value)
void SetTargetClusterArn(const Aws::String &value)
VpcConnection & WithVpcConnectionArn(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetAuthentication(const char *value)
void SetTargetClusterArn(Aws::String &&value)
VpcConnection & WithCreationTime(Aws::Utils::DateTime &&value)
void SetTargetClusterArn(const char *value)
bool StateHasBeenSet() const
VpcConnection & WithTargetClusterArn(const char *value)
const Aws::String & GetTargetClusterArn() const
void SetCreationTime(const Aws::Utils::DateTime &value)
bool CreationTimeHasBeenSet() const
VpcConnection & WithVpcConnectionArn(const char *value)
void SetVpcConnectionArn(const char *value)
VpcConnection & WithVpcConnectionArn(Aws::String &&value)
const Aws::String & GetVpcId() const
VpcConnection & WithAuthentication(const char *value)
void SetVpcConnectionArn(const Aws::String &value)
VpcConnection & WithTargetClusterArn(const Aws::String &value)
const Aws::String & GetAuthentication() const
VpcConnection & WithVpcId(Aws::String &&value)
AWS_KAFKA_API VpcConnection()
void SetAuthentication(const Aws::String &value)
VpcConnection & WithAuthentication(Aws::String &&value)
VpcConnection & WithVpcId(const Aws::String &value)
VpcConnection & WithTargetClusterArn(Aws::String &&value)
AWS_KAFKA_API VpcConnection & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetState(const VpcConnectionState &value)
bool VpcIdHasBeenSet() const
const Aws::String & GetVpcConnectionArn() const
bool AuthenticationHasBeenSet() const
VpcConnection & WithVpcId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue