7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iam/model/StatusType.h>
11#include <aws/core/utils/DateTime.h>
53 template<
typename UserNameT = Aws::String>
54 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
55 template<
typename UserNameT = Aws::String>
65 template<
typename SSHPublicKeyIdT = Aws::String>
66 void SetSSHPublicKeyId(SSHPublicKeyIdT&& value) { m_sSHPublicKeyIdHasBeenSet =
true; m_sSHPublicKeyId = std::forward<SSHPublicKeyIdT>(value); }
67 template<
typename SSHPublicKeyIdT = Aws::String>
90 template<
typename UploadDateT = Aws::Utils::DateTime>
91 void SetUploadDate(UploadDateT&& value) { m_uploadDateHasBeenSet =
true; m_uploadDate = std::forward<UploadDateT>(value); }
92 template<
typename UploadDateT = Aws::Utils::DateTime>
98 bool m_userNameHasBeenSet =
false;
101 bool m_sSHPublicKeyIdHasBeenSet =
false;
104 bool m_statusHasBeenSet =
false;
107 bool m_uploadDateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream