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/UserIdentity.h>
43 template <
typename CreationTimeT = Aws::Utils::DateTime>
45 m_creationTimeHasBeenSet =
true;
46 m_creationTime = std::forward<CreationTimeT>(value);
48 template <
typename CreationTimeT = Aws::Utils::DateTime>
62 template <
typename OwnerT = Aws::String>
64 m_ownerHasBeenSet =
true;
65 m_owner = std::forward<OwnerT>(value);
67 template <
typename OwnerT = Aws::String>
69 SetOwner(std::forward<OwnerT>(value));
81 template <
typename UserIdentityT = UserIdentity>
83 m_userIdentityHasBeenSet =
true;
84 m_userIdentity = std::forward<UserIdentityT>(value);
86 template <
typename UserIdentityT = UserIdentity>
100 template <
typename VpcConnectionArnT = Aws::String>
102 m_vpcConnectionArnHasBeenSet =
true;
103 m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value);
105 template <
typename VpcConnectionArnT = Aws::String>
116 UserIdentity m_userIdentity;
119 bool m_creationTimeHasBeenSet =
false;
120 bool m_ownerHasBeenSet =
false;
121 bool m_userIdentityHasBeenSet =
false;
122 bool m_vpcConnectionArnHasBeenSet =
false;
void SetUserIdentity(UserIdentityT &&value)
bool OwnerHasBeenSet() const
const Aws::String & GetOwner() const
bool VpcConnectionArnHasBeenSet() const
VpcConnectionInfoServerless & WithVpcConnectionArn(VpcConnectionArnT &&value)
AWS_KAFKA_API VpcConnectionInfoServerless(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API VpcConnectionInfoServerless()=default
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetVpcConnectionArn() const
VpcConnectionInfoServerless & WithCreationTime(CreationTimeT &&value)
void SetVpcConnectionArn(VpcConnectionArnT &&value)
VpcConnectionInfoServerless & WithUserIdentity(UserIdentityT &&value)
const UserIdentity & GetUserIdentity() const
void SetOwner(OwnerT &&value)
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
bool UserIdentityHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConnectionInfoServerless & WithOwner(OwnerT &&value)
AWS_KAFKA_API VpcConnectionInfoServerless & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue