7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
48 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
62 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
76 inline void SetGivenName(
const char* value) { m_givenNameHasBeenSet =
true; m_givenName.assign(value); }
90 inline void SetSurname(
const char* value) { m_surnameHasBeenSet =
true; m_surname.assign(value); }
104 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
112 bool m_idHasBeenSet =
false;
115 bool m_usernameHasBeenSet =
false;
118 bool m_givenNameHasBeenSet =
false;
121 bool m_surnameHasBeenSet =
false;
124 bool m_emailAddressHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue