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/core/utils/DateTime.h>
56 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
80 inline void SetServiceNamespace(
const char* value) { m_serviceNamespaceHasBeenSet =
true; m_serviceNamespace.assign(value); }
98 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
118 inline void SetEntityPath(
const char* value) { m_entityPathHasBeenSet =
true; m_entityPath.assign(value); }
155 bool m_serviceNameHasBeenSet =
false;
158 bool m_serviceNamespaceHasBeenSet =
false;
161 bool m_regionHasBeenSet =
false;
164 bool m_entityPathHasBeenSet =
false;
167 bool m_lastAuthenticatedTimeHasBeenSet =
false;
169 int m_totalAuthenticatedEntities;
170 bool m_totalAuthenticatedEntitiesHasBeenSet =
false;
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AccessDetail & WithEntityPath(const Aws::String &value)
AccessDetail & WithServiceNamespace(const Aws::String &value)
void SetEntityPath(const Aws::String &value)
AccessDetail & WithTotalAuthenticatedEntities(int value)
const Aws::Utils::DateTime & GetLastAuthenticatedTime() const
bool TotalAuthenticatedEntitiesHasBeenSet() const
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetServiceName(Aws::String &&value)
AccessDetail & WithLastAuthenticatedTime(const Aws::Utils::DateTime &value)
AWS_IAM_API AccessDetail()
void SetServiceNamespace(const Aws::String &value)
void SetLastAuthenticatedTime(const Aws::Utils::DateTime &value)
void SetServiceName(const char *value)
AWS_IAM_API AccessDetail & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EntityPathHasBeenSet() const
AccessDetail & WithEntityPath(const char *value)
void SetRegion(const Aws::String &value)
void SetEntityPath(const char *value)
AccessDetail & WithServiceNamespace(Aws::String &&value)
void SetEntityPath(Aws::String &&value)
void SetServiceName(const Aws::String &value)
void SetLastAuthenticatedTime(Aws::Utils::DateTime &&value)
AccessDetail & WithRegion(const char *value)
AccessDetail & WithServiceName(Aws::String &&value)
const Aws::String & GetRegion() const
bool ServiceNameHasBeenSet() const
const Aws::String & GetEntityPath() const
AccessDetail & WithServiceName(const Aws::String &value)
const Aws::String & GetServiceNamespace() const
AccessDetail & WithServiceName(const char *value)
void SetRegion(const char *value)
void SetTotalAuthenticatedEntities(int value)
int GetTotalAuthenticatedEntities() const
AccessDetail & WithRegion(const Aws::String &value)
void SetServiceNamespace(const char *value)
bool ServiceNamespaceHasBeenSet() const
bool LastAuthenticatedTimeHasBeenSet() const
AWS_IAM_API AccessDetail(const Aws::Utils::Xml::XmlNode &xmlNode)
AccessDetail & WithEntityPath(Aws::String &&value)
AccessDetail & WithLastAuthenticatedTime(Aws::Utils::DateTime &&value)
void SetServiceNamespace(Aws::String &&value)
AccessDetail & WithServiceNamespace(const char *value)
bool RegionHasBeenSet() const
void SetRegion(Aws::String &&value)
AccessDetail & WithRegion(Aws::String &&value)
const Aws::String & GetServiceName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream