7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename U
idT = Aws::String>
55 void SetUid(UidT&& value) { m_uidHasBeenSet =
true; m_uid = std::forward<UidT>(value); }
56 template<
typename U
idT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
74 bool m_uidHasBeenSet =
false;
77 bool m_nameHasBeenSet =
false;
AWS_SECURITYHUB_API UserAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API UserAccount(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUid(UidT &&value)
const Aws::String & GetUid() const
UserAccount & WithName(NameT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_SECURITYHUB_API UserAccount()=default
bool UidHasBeenSet() const
const Aws::String & GetName() const
UserAccount & WithUid(UidT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue