7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/iam/model/EntityInfo.h>
10#include <aws/core/utils/DateTime.h>
54 template<
typename EntityInfoT = EntityInfo>
55 void SetEntityInfo(EntityInfoT&& value) { m_entityInfoHasBeenSet =
true; m_entityInfo = std::forward<EntityInfoT>(value); }
56 template<
typename EntityInfoT = EntityInfo>
72 template<
typename LastAuthenticatedT = Aws::Utils::DateTime>
73 void SetLastAuthenticated(LastAuthenticatedT&& value) { m_lastAuthenticatedHasBeenSet =
true; m_lastAuthenticated = std::forward<LastAuthenticatedT>(value); }
74 template<
typename LastAuthenticatedT = Aws::Utils::DateTime>
80 bool m_entityInfoHasBeenSet =
false;
83 bool m_lastAuthenticatedHasBeenSet =
false;
AWS_IAM_API EntityDetails & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Utils::DateTime & GetLastAuthenticated() const
bool LastAuthenticatedHasBeenSet() const
EntityDetails & WithLastAuthenticated(LastAuthenticatedT &&value)
AWS_IAM_API EntityDetails()=default
EntityDetails & WithEntityInfo(EntityInfoT &&value)
void SetEntityInfo(EntityInfoT &&value)
const EntityInfo & GetEntityInfo() const
AWS_IAM_API EntityDetails(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLastAuthenticated(LastAuthenticatedT &&value)
bool EntityInfoHasBeenSet() const
std::basic_ostream< char, std::char_traits< char > > OStream