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>
56 inline void SetAuthentication(
const char* value) { m_authenticationHasBeenSet =
true; m_authentication.assign(value); }
100 inline void SetVpcConnectionArn(
const char* value) { m_vpcConnectionArnHasBeenSet =
true; m_vpcConnectionArn.assign(value); }
116 inline void SetOwner(
const char* value) { m_ownerHasBeenSet =
true; m_owner.assign(value); }
124 bool m_authenticationHasBeenSet =
false;
127 bool m_creationTimeHasBeenSet =
false;
130 bool m_stateHasBeenSet =
false;
133 bool m_vpcConnectionArnHasBeenSet =
false;
136 bool m_ownerHasBeenSet =
false;
ClientVpcConnection & WithVpcConnectionArn(const char *value)
ClientVpcConnection & WithAuthentication(const char *value)
void SetVpcConnectionArn(Aws::String &&value)
ClientVpcConnection & WithAuthentication(const Aws::String &value)
ClientVpcConnection & WithCreationTime(Aws::Utils::DateTime &&value)
ClientVpcConnection & WithOwner(const Aws::String &value)
AWS_KAFKA_API ClientVpcConnection()
const Aws::String & GetOwner() const
bool OwnerHasBeenSet() const
void SetAuthentication(const Aws::String &value)
void SetState(const VpcConnectionState &value)
void SetAuthentication(const char *value)
void SetCreationTime(const Aws::Utils::DateTime &value)
ClientVpcConnection & WithVpcConnectionArn(Aws::String &&value)
void SetOwner(const Aws::String &value)
void SetState(VpcConnectionState &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
bool StateHasBeenSet() const
void SetVpcConnectionArn(const Aws::String &value)
ClientVpcConnection & WithState(VpcConnectionState &&value)
bool VpcConnectionArnHasBeenSet() const
void SetOwner(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool AuthenticationHasBeenSet() const
AWS_KAFKA_API ClientVpcConnection(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuthentication() const
void SetOwner(const char *value)
ClientVpcConnection & WithAuthentication(Aws::String &&value)
ClientVpcConnection & WithOwner(Aws::String &&value)
ClientVpcConnection & WithVpcConnectionArn(const Aws::String &value)
void SetAuthentication(Aws::String &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVpcConnectionArn() const
void SetVpcConnectionArn(const char *value)
bool CreationTimeHasBeenSet() const
ClientVpcConnection & WithCreationTime(const Aws::Utils::DateTime &value)
AWS_KAFKA_API ClientVpcConnection & operator=(Aws::Utils::Json::JsonView jsonValue)
const VpcConnectionState & GetState() const
ClientVpcConnection & WithState(const VpcConnectionState &value)
ClientVpcConnection & WithOwner(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue