7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
48 template <
typename U
idT = Aws::String>
50 m_uidHasBeenSet =
true;
51 m_uid = std::forward<UidT>(value);
53 template <
typename U
idT = Aws::String>
55 SetUid(std::forward<UidT>(value));
66 template <
typename NameT = Aws::String>
68 m_nameHasBeenSet =
true;
69 m_name = std::forward<NameT>(value);
71 template <
typename NameT = Aws::String>
73 SetName(std::forward<NameT>(value));
81 bool m_uidHasBeenSet =
false;
82 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