7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
57 bool m_idHasBeenSet =
false;
AWS_IOTSITEWISE_API UserIdentity()
bool IdHasBeenSet() const
void SetId(const char *value)
void SetId(Aws::String &&value)
AWS_IOTSITEWISE_API UserIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
UserIdentity & WithId(const Aws::String &value)
UserIdentity & WithId(Aws::String &&value)
UserIdentity & WithId(const char *value)
void SetId(const Aws::String &value)
AWS_IOTSITEWISE_API UserIdentity(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue