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>
54 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
68 inline void SetSSHPublicKeyId(
const char* value) { m_sSHPublicKeyIdHasBeenSet =
true; m_sSHPublicKeyId.assign(value); }
103 bool m_userNameHasBeenSet =
false;
106 bool m_sSHPublicKeyIdHasBeenSet =
false;
109 bool m_statusHasBeenSet =
false;
112 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