7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iam/IAM_EXPORTS.h>
11#include <aws/iam/model/StatusType.h>
45 template <
typename UserNameT = Aws::String>
47 m_userNameHasBeenSet =
true;
48 m_userName = std::forward<UserNameT>(value);
50 template <
typename UserNameT = Aws::String>
65 m_statusHasBeenSet =
true;
80 template <
typename ServiceUserNameT = Aws::String>
82 m_serviceUserNameHasBeenSet =
true;
83 m_serviceUserName = std::forward<ServiceUserNameT>(value);
85 template <
typename ServiceUserNameT = Aws::String>
100 template <
typename ServiceCredentialAliasT = Aws::String>
102 m_serviceCredentialAliasHasBeenSet =
true;
103 m_serviceCredentialAlias = std::forward<ServiceCredentialAliasT>(value);
105 template <
typename ServiceCredentialAliasT = Aws::String>
119 template <
typename CreateDateT = Aws::Utils::DateTime>
121 m_createDateHasBeenSet =
true;
122 m_createDate = std::forward<CreateDateT>(value);
124 template <
typename CreateDateT = Aws::Utils::DateTime>
139 template <
typename ExpirationDateT = Aws::Utils::DateTime>
141 m_expirationDateHasBeenSet =
true;
142 m_expirationDate = std::forward<ExpirationDateT>(value);
144 template <
typename ExpirationDateT = Aws::Utils::DateTime>
157 template <
typename ServiceSpecificCredentialIdT = Aws::String>
159 m_serviceSpecificCredentialIdHasBeenSet =
true;
160 m_serviceSpecificCredentialId = std::forward<ServiceSpecificCredentialIdT>(value);
162 template <
typename ServiceSpecificCredentialIdT = Aws::String>
175 template <
typename ServiceNameT = Aws::String>
177 m_serviceNameHasBeenSet =
true;
178 m_serviceName = std::forward<ServiceNameT>(value);
180 template <
typename ServiceNameT = Aws::String>
202 bool m_userNameHasBeenSet =
false;
203 bool m_statusHasBeenSet =
false;
204 bool m_serviceUserNameHasBeenSet =
false;
205 bool m_serviceCredentialAliasHasBeenSet =
false;
206 bool m_createDateHasBeenSet =
false;
207 bool m_expirationDateHasBeenSet =
false;
208 bool m_serviceSpecificCredentialIdHasBeenSet =
false;
209 bool m_serviceNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream