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>
54 template<
typename AuthenticationT = Aws::String>
55 void SetAuthentication(AuthenticationT&& value) { m_authenticationHasBeenSet =
true; m_authentication = std::forward<AuthenticationT>(value); }
56 template<
typename AuthenticationT = Aws::String>
68 template<
typename CreationTimeT = Aws::Utils::DateTime>
69 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
70 template<
typename CreationTimeT = Aws::Utils::DateTime>
94 template<
typename VpcConnectionArnT = Aws::String>
95 void SetVpcConnectionArn(VpcConnectionArnT&& value) { m_vpcConnectionArnHasBeenSet =
true; m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value); }
96 template<
typename VpcConnectionArnT = Aws::String>
108 template<
typename OwnerT = Aws::String>
109 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
110 template<
typename OwnerT = Aws::String>
116 bool m_authenticationHasBeenSet =
false;
119 bool m_creationTimeHasBeenSet =
false;
122 bool m_stateHasBeenSet =
false;
125 bool m_vpcConnectionArnHasBeenSet =
false;
128 bool m_ownerHasBeenSet =
false;
const Aws::String & GetOwner() const
bool OwnerHasBeenSet() const
void SetAuthentication(AuthenticationT &&value)
VpcConnectionState GetState() const
ClientVpcConnection & WithCreationTime(CreationTimeT &&value)
ClientVpcConnection & WithAuthentication(AuthenticationT &&value)
void SetVpcConnectionArn(VpcConnectionArnT &&value)
bool StateHasBeenSet() const
bool VpcConnectionArnHasBeenSet() const
ClientVpcConnection & WithVpcConnectionArn(VpcConnectionArnT &&value)
void SetOwner(OwnerT &&value)
ClientVpcConnection & WithOwner(OwnerT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetState(VpcConnectionState value)
bool AuthenticationHasBeenSet() const
AWS_KAFKA_API ClientVpcConnection()=default
AWS_KAFKA_API ClientVpcConnection(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuthentication() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVpcConnectionArn() const
bool CreationTimeHasBeenSet() const
ClientVpcConnection & WithState(VpcConnectionState value)
void SetCreationTime(CreationTimeT &&value)
AWS_KAFKA_API ClientVpcConnection & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue