7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
9#include <aws/kafka/model/UserIdentityType.h>
48 m_typeHasBeenSet =
true;
66 template <
typename PrincipalIdT = Aws::String>
68 m_principalIdHasBeenSet =
true;
69 m_principalId = std::forward<PrincipalIdT>(value);
71 template <
typename PrincipalIdT = Aws::String>
81 bool m_typeHasBeenSet =
false;
82 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