7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/model/UserIdentity.h>
10#include <aws/core/utils/DateTime.h>
54 template<
typename VpcConnectionArnT = Aws::String>
55 void SetVpcConnectionArn(VpcConnectionArnT&& value) { m_vpcConnectionArnHasBeenSet =
true; m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value); }
56 template<
typename VpcConnectionArnT = Aws::String>
68 template<
typename OwnerT = Aws::String>
69 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
70 template<
typename OwnerT = Aws::String>
83 template<
typename UserIdentityT = UserIdentity>
84 void SetUserIdentity(UserIdentityT&& value) { m_userIdentityHasBeenSet =
true; m_userIdentity = std::forward<UserIdentityT>(value); }
85 template<
typename UserIdentityT = UserIdentity>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
106 bool m_vpcConnectionArnHasBeenSet =
false;
109 bool m_ownerHasBeenSet =
false;
112 bool m_userIdentityHasBeenSet =
false;
115 bool m_creationTimeHasBeenSet =
false;
const Aws::String & GetVpcConnectionArn() const
bool OwnerHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetUserIdentity(UserIdentityT &&value)
VpcConnectionInfo & WithVpcConnectionArn(VpcConnectionArnT &&value)
const Aws::String & GetOwner() const
const UserIdentity & GetUserIdentity() const
void SetCreationTime(CreationTimeT &&value)
AWS_KAFKA_API VpcConnectionInfo(Aws::Utils::Json::JsonView jsonValue)
VpcConnectionInfo & WithOwner(OwnerT &&value)
void SetVpcConnectionArn(VpcConnectionArnT &&value)
bool UserIdentityHasBeenSet() const
bool VpcConnectionArnHasBeenSet() const
void SetOwner(OwnerT &&value)
AWS_KAFKA_API VpcConnectionInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConnectionInfo & WithCreationTime(CreationTimeT &&value)
AWS_KAFKA_API VpcConnectionInfo()=default
VpcConnectionInfo & WithUserIdentity(UserIdentityT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue