7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kafka/model/UserIdentity.h>
49 template<
typename CreationTimeT = Aws::Utils::DateTime>
50 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
51 template<
typename CreationTimeT = Aws::Utils::DateTime>
62 template<
typename OwnerT = Aws::String>
63 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
64 template<
typename OwnerT = Aws::String>
75 template<
typename UserIdentityT = UserIdentity>
76 void SetUserIdentity(UserIdentityT&& value) { m_userIdentityHasBeenSet =
true; m_userIdentity = std::forward<UserIdentityT>(value); }
77 template<
typename UserIdentityT = UserIdentity>
88 template<
typename VpcConnectionArnT = Aws::String>
89 void SetVpcConnectionArn(VpcConnectionArnT&& value) { m_vpcConnectionArnHasBeenSet =
true; m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value); }
90 template<
typename VpcConnectionArnT = Aws::String>
96 bool m_creationTimeHasBeenSet =
false;
99 bool m_ownerHasBeenSet =
false;
101 UserIdentity m_userIdentity;
102 bool m_userIdentityHasBeenSet =
false;
105 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