7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/FinspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
42 template<
typename EnvironmentIdT = Aws::String>
43 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
44 template<
typename EnvironmentIdT = Aws::String>
54 template<
typename UserNameT = Aws::String>
55 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
56 template<
typename UserNameT = Aws::String>
66 template<
typename IamRoleT = Aws::String>
67 void SetIamRole(IamRoleT&& value) { m_iamRoleHasBeenSet =
true; m_iamRole = std::forward<IamRoleT>(value); }
68 template<
typename IamRoleT = Aws::String>
78 template<
typename ClientTokenT = Aws::String>
79 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
80 template<
typename ClientTokenT = Aws::String>
86 bool m_environmentIdHasBeenSet =
false;
89 bool m_userNameHasBeenSet =
false;
92 bool m_iamRoleHasBeenSet =
false;
95 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
virtual const char * GetServiceRequestName() const override
UpdateKxUserRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
void SetUserName(UserNameT &&value)
UpdateKxUserRequest & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetIamRole() const
void SetClientToken(ClientTokenT &&value)
UpdateKxUserRequest & WithIamRole(IamRoleT &&value)
bool IamRoleHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_FINSPACE_API UpdateKxUserRequest()=default
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetEnvironmentId() const
void SetIamRole(IamRoleT &&value)
const Aws::String & GetUserName() const
void SetEnvironmentId(EnvironmentIdT &&value)
AWS_FINSPACE_API Aws::String SerializePayload() const override
bool UserNameHasBeenSet() const
UpdateKxUserRequest & WithUserName(UserNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String