7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
44 template <
typename UserArnT = Aws::String>
46 m_userArnHasBeenSet =
true;
47 m_userArn = std::forward<UserArnT>(value);
49 template <
typename UserArnT = Aws::String>
62 template <
typename UserNameT = Aws::String>
64 m_userNameHasBeenSet =
true;
65 m_userName = std::forward<UserNameT>(value);
67 template <
typename UserNameT = Aws::String>
80 template <
typename IamRoleT = Aws::String>
82 m_iamRoleHasBeenSet =
true;
83 m_iamRole = std::forward<IamRoleT>(value);
85 template <
typename IamRoleT = Aws::String>
98 template <
typename CreateTimestampT = Aws::Utils::DateTime>
100 m_createTimestampHasBeenSet =
true;
101 m_createTimestamp = std::forward<CreateTimestampT>(value);
103 template <
typename CreateTimestampT = Aws::Utils::DateTime>
116 template <
typename UpdateTimestampT = Aws::Utils::DateTime>
118 m_updateTimestampHasBeenSet =
true;
119 m_updateTimestamp = std::forward<UpdateTimestampT>(value);
121 template <
typename UpdateTimestampT = Aws::Utils::DateTime>
137 bool m_userArnHasBeenSet =
false;
138 bool m_userNameHasBeenSet =
false;
139 bool m_iamRoleHasBeenSet =
false;
140 bool m_createTimestampHasBeenSet =
false;
141 bool m_updateTimestampHasBeenSet =
false;
KxUser & WithCreateTimestamp(CreateTimestampT &&value)
const Aws::String & GetIamRole() const
KxUser & WithIamRole(IamRoleT &&value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreateTimestamp(CreateTimestampT &&value)
bool UserNameHasBeenSet() const
bool UserArnHasBeenSet() const
void SetIamRole(IamRoleT &&value)
const Aws::String & GetUserArn() const
bool UpdateTimestampHasBeenSet() const
const Aws::Utils::DateTime & GetUpdateTimestamp() const
KxUser & WithUserName(UserNameT &&value)
bool CreateTimestampHasBeenSet() const
KxUser & WithUserArn(UserArnT &&value)
void SetUserName(UserNameT &&value)
const Aws::String & GetUserName() const
void SetUserArn(UserArnT &&value)
AWS_FINSPACE_API KxUser(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API KxUser()=default
const Aws::Utils::DateTime & GetCreateTimestamp() const
AWS_FINSPACE_API KxUser & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateTimestamp(UpdateTimestampT &&value)
KxUser & WithUpdateTimestamp(UpdateTimestampT &&value)
bool IamRoleHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue