7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
40 template <
typename EmailAddressT = Aws::String>
42 m_emailAddressHasBeenSet =
true;
43 m_emailAddress = std::forward<EmailAddressT>(value);
45 template <
typename EmailAddressT = Aws::String>
58 template <
typename FirstNameT = Aws::String>
60 m_firstNameHasBeenSet =
true;
61 m_firstName = std::forward<FirstNameT>(value);
63 template <
typename FirstNameT = Aws::String>
76 template <
typename LastNameT = Aws::String>
78 m_lastNameHasBeenSet =
true;
79 m_lastName = std::forward<LastNameT>(value);
81 template <
typename LastNameT = Aws::String>
93 bool m_emailAddressHasBeenSet =
false;
94 bool m_firstNameHasBeenSet =
false;
95 bool m_lastNameHasBeenSet =
false;
void SetEmailAddress(EmailAddressT &&value)
AWS_FINSPACE_API SuperuserParameters()=default
void SetLastName(LastNameT &&value)
const Aws::String & GetFirstName() const
SuperuserParameters & WithFirstName(FirstNameT &&value)
AWS_FINSPACE_API SuperuserParameters(Aws::Utils::Json::JsonView jsonValue)
SuperuserParameters & WithEmailAddress(EmailAddressT &&value)
void SetFirstName(FirstNameT &&value)
SuperuserParameters & WithLastName(LastNameT &&value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLastName() const
bool EmailAddressHasBeenSet() const
AWS_FINSPACE_API SuperuserParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEmailAddress() const
bool FirstNameHasBeenSet() const
bool LastNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue