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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/iam/model/TrackedActionLastAccessed.h>
55 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
97 inline void SetServiceNamespace(
const char* value) { m_serviceNamespaceHasBeenSet =
true; m_serviceNamespace.assign(value); }
116 inline void SetLastAuthenticatedEntity(
const char* value) { m_lastAuthenticatedEntityHasBeenSet =
true; m_lastAuthenticatedEntity.assign(value); }
135 inline void SetLastAuthenticatedRegion(
const char* value) { m_lastAuthenticatedRegionHasBeenSet =
true; m_lastAuthenticatedRegion.assign(value); }
177 bool m_serviceNameHasBeenSet =
false;
180 bool m_lastAuthenticatedHasBeenSet =
false;
183 bool m_serviceNamespaceHasBeenSet =
false;
186 bool m_lastAuthenticatedEntityHasBeenSet =
false;
189 bool m_lastAuthenticatedRegionHasBeenSet =
false;
191 int m_totalAuthenticatedEntities;
192 bool m_totalAuthenticatedEntitiesHasBeenSet =
false;
195 bool m_trackedActionsLastAccessedHasBeenSet =
false;
void SetLastAuthenticated(Aws::Utils::DateTime &&value)
const Aws::String & GetLastAuthenticatedRegion() const
bool TrackedActionsLastAccessedHasBeenSet() const
void SetTrackedActionsLastAccessed(const Aws::Vector< TrackedActionLastAccessed > &value)
void SetServiceNamespace(Aws::String &&value)
ServiceLastAccessed & WithServiceName(Aws::String &&value)
void SetLastAuthenticatedRegion(const char *value)
ServiceLastAccessed & WithLastAuthenticatedRegion(const char *value)
void SetServiceNamespace(const Aws::String &value)
bool LastAuthenticatedHasBeenSet() const
ServiceLastAccessed & WithTrackedActionsLastAccessed(Aws::Vector< TrackedActionLastAccessed > &&value)
bool ServiceNameHasBeenSet() const
void SetLastAuthenticated(const Aws::Utils::DateTime &value)
void SetTotalAuthenticatedEntities(int value)
ServiceLastAccessed & WithServiceNamespace(const char *value)
bool LastAuthenticatedEntityHasBeenSet() const
const Aws::String & GetServiceNamespace() const
void SetLastAuthenticatedRegion(const Aws::String &value)
const Aws::Utils::DateTime & GetLastAuthenticated() const
ServiceLastAccessed & WithLastAuthenticatedRegion(const Aws::String &value)
ServiceLastAccessed & WithLastAuthenticatedRegion(Aws::String &&value)
void SetLastAuthenticatedRegion(Aws::String &&value)
ServiceLastAccessed & WithServiceNamespace(const Aws::String &value)
ServiceLastAccessed & WithLastAuthenticated(Aws::Utils::DateTime &&value)
ServiceLastAccessed & WithLastAuthenticatedEntity(const Aws::String &value)
ServiceLastAccessed & WithLastAuthenticatedEntity(Aws::String &&value)
ServiceLastAccessed & WithServiceName(const Aws::String &value)
void SetLastAuthenticatedEntity(Aws::String &&value)
void SetTrackedActionsLastAccessed(Aws::Vector< TrackedActionLastAccessed > &&value)
ServiceLastAccessed & WithTotalAuthenticatedEntities(int value)
void SetServiceName(const char *value)
void SetServiceName(const Aws::String &value)
const Aws::Vector< TrackedActionLastAccessed > & GetTrackedActionsLastAccessed() const
AWS_IAM_API ServiceLastAccessed()
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ServiceLastAccessed & WithServiceNamespace(Aws::String &&value)
ServiceLastAccessed & WithTrackedActionsLastAccessed(const Aws::Vector< TrackedActionLastAccessed > &value)
ServiceLastAccessed & WithLastAuthenticatedEntity(const char *value)
void SetLastAuthenticatedEntity(const Aws::String &value)
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
int GetTotalAuthenticatedEntities() const
ServiceLastAccessed & AddTrackedActionsLastAccessed(const TrackedActionLastAccessed &value)
AWS_IAM_API ServiceLastAccessed(const Aws::Utils::Xml::XmlNode &xmlNode)
ServiceLastAccessed & WithLastAuthenticated(const Aws::Utils::DateTime &value)
void SetServiceName(Aws::String &&value)
bool ServiceNamespaceHasBeenSet() const
const Aws::String & GetServiceName() const
const Aws::String & GetLastAuthenticatedEntity() const
ServiceLastAccessed & WithServiceName(const char *value)
void SetServiceNamespace(const char *value)
ServiceLastAccessed & AddTrackedActionsLastAccessed(TrackedActionLastAccessed &&value)
bool TotalAuthenticatedEntitiesHasBeenSet() const
void SetLastAuthenticatedEntity(const char *value)
AWS_IAM_API ServiceLastAccessed & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool LastAuthenticatedRegionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream