7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/UserIdentityType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename PrincipalIdT = Aws::String>
67 void SetPrincipalId(PrincipalIdT&& value) { m_principalIdHasBeenSet =
true; m_principalId = std::forward<PrincipalIdT>(value); }
68 template<
typename PrincipalIdT = Aws::String>
74 bool m_typeHasBeenSet =
false;
77 bool m_principalIdHasBeenSet =
false;
AWS_KAFKA_API UserIdentity()=default
bool TypeHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
UserIdentity & WithType(UserIdentityType value)
void SetPrincipalId(PrincipalIdT &&value)
AWS_KAFKA_API UserIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API UserIdentity(Aws::Utils::Json::JsonView jsonValue)
bool PrincipalIdHasBeenSet() const
UserIdentity & WithPrincipalId(PrincipalIdT &&value)
UserIdentityType GetType() const
void SetType(UserIdentityType value)
const Aws::String & GetPrincipalId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue