7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
10#include <aws/kafka/model/VpcConnectionState.h>
48 template <
typename AuthenticationT = Aws::String>
50 m_authenticationHasBeenSet =
true;
51 m_authentication = std::forward<AuthenticationT>(value);
53 template <
typename AuthenticationT = Aws::String>
68 template <
typename CreationTimeT = Aws::Utils::DateTime>
70 m_creationTimeHasBeenSet =
true;
71 m_creationTime = std::forward<CreationTimeT>(value);
73 template <
typename CreationTimeT = Aws::Utils::DateTime>
89 m_stateHasBeenSet =
true;
106 template <
typename VpcConnectionArnT = Aws::String>
108 m_vpcConnectionArnHasBeenSet =
true;
109 m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value);
111 template <
typename VpcConnectionArnT = Aws::String>
126 template <
typename OwnerT = Aws::String>
128 m_ownerHasBeenSet =
true;
129 m_owner = std::forward<OwnerT>(value);
131 template <
typename OwnerT = Aws::String>
133 SetOwner(std::forward<OwnerT>(value));
147 bool m_authenticationHasBeenSet =
false;
148 bool m_creationTimeHasBeenSet =
false;
149 bool m_stateHasBeenSet =
false;
150 bool m_vpcConnectionArnHasBeenSet =
false;
151 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