7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 template<
typename UserArnT = Aws::String>
51 void SetUserArn(UserArnT&& value) { m_userArnHasBeenSet =
true; m_userArn = std::forward<UserArnT>(value); }
52 template<
typename UserArnT = Aws::String>
62 template<
typename UserNameT = Aws::String>
63 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
64 template<
typename UserNameT = Aws::String>
74 template<
typename IamRoleT = Aws::String>
75 void SetIamRole(IamRoleT&& value) { m_iamRoleHasBeenSet =
true; m_iamRole = std::forward<IamRoleT>(value); }
76 template<
typename IamRoleT = Aws::String>
86 template<
typename CreateTimestampT = Aws::Utils::DateTime>
87 void SetCreateTimestamp(CreateTimestampT&& value) { m_createTimestampHasBeenSet =
true; m_createTimestamp = std::forward<CreateTimestampT>(value); }
88 template<
typename CreateTimestampT = Aws::Utils::DateTime>
98 template<
typename UpdateTimestampT = Aws::Utils::DateTime>
99 void SetUpdateTimestamp(UpdateTimestampT&& value) { m_updateTimestampHasBeenSet =
true; m_updateTimestamp = std::forward<UpdateTimestampT>(value); }
100 template<
typename UpdateTimestampT = Aws::Utils::DateTime>
106 bool m_userArnHasBeenSet =
false;
109 bool m_userNameHasBeenSet =
false;
112 bool m_iamRoleHasBeenSet =
false;
115 bool m_createTimestampHasBeenSet =
false;
118 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