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>
48 template <
typename VpcConnectionArnT = Aws::String>
50 m_vpcConnectionArnHasBeenSet =
true;
51 m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value);
53 template <
typename VpcConnectionArnT = Aws::String>
68 template <
typename OwnerT = Aws::String>
70 m_ownerHasBeenSet =
true;
71 m_owner = std::forward<OwnerT>(value);
73 template <
typename OwnerT = Aws::String>
75 SetOwner(std::forward<OwnerT>(value));
89 template <
typename UserIdentityT = UserIdentity>
91 m_userIdentityHasBeenSet =
true;
92 m_userIdentity = std::forward<UserIdentityT>(value);
94 template <
typename UserIdentityT = UserIdentity>
110 template <
typename CreationTimeT = Aws::Utils::DateTime>
112 m_creationTimeHasBeenSet =
true;
113 m_creationTime = std::forward<CreationTimeT>(value);
115 template <
typename CreationTimeT = Aws::Utils::DateTime>
129 bool m_vpcConnectionArnHasBeenSet =
false;
130 bool m_ownerHasBeenSet =
false;
131 bool m_userIdentityHasBeenSet =
false;
132 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