7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/UserIdentityType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
70 inline void SetPrincipalId(
const char* value) { m_principalIdHasBeenSet =
true; m_principalId.assign(value); }
78 bool m_typeHasBeenSet =
false;
81 bool m_principalIdHasBeenSet =
false;
AWS_KAFKA_API UserIdentity()
UserIdentity & WithPrincipalId(const Aws::String &value)
UserIdentity & WithPrincipalId(const char *value)
bool TypeHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
UserIdentity & WithType(const UserIdentityType &value)
AWS_KAFKA_API UserIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API UserIdentity(Aws::Utils::Json::JsonView jsonValue)
void SetPrincipalId(const Aws::String &value)
void SetPrincipalId(Aws::String &&value)
bool PrincipalIdHasBeenSet() const
UserIdentity & WithPrincipalId(Aws::String &&value)
void SetPrincipalId(const char *value)
UserIdentity & WithType(UserIdentityType &&value)
const UserIdentityType & GetType() const
void SetType(UserIdentityType &&value)
const Aws::String & GetPrincipalId() const
void SetType(const UserIdentityType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue