7#include <aws/account-access/AccountAccess_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace AccountAccess {
42 template <
typename ApplicationArnT = Aws::String>
44 m_applicationArnHasBeenSet =
true;
45 m_applicationArn = std::forward<ApplicationArnT>(value);
47 template <
typename ApplicationArnT = Aws::String>
60 template <
typename TenantIdT = Aws::String>
62 m_tenantIdHasBeenSet =
true;
63 m_tenantId = std::forward<TenantIdT>(value);
65 template <
typename TenantIdT = Aws::String>
78 template <
typename CreatedAtT = Aws::Utils::DateTime>
80 m_createdAtHasBeenSet =
true;
81 m_createdAt = std::forward<CreatedAtT>(value);
83 template <
typename CreatedAtT = Aws::Utils::DateTime>
96 template <
typename UpdatedAtT = Aws::Utils::DateTime>
98 m_updatedAtHasBeenSet =
true;
99 m_updatedAt = std::forward<UpdatedAtT>(value);
101 template <
typename UpdatedAtT = Aws::Utils::DateTime>
115 bool m_applicationArnHasBeenSet =
false;
116 bool m_tenantIdHasBeenSet =
false;
117 bool m_createdAtHasBeenSet =
false;
118 bool m_updatedAtHasBeenSet =
false;
ApplicationSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetTenantId(TenantIdT &&value)
AWS_ACCOUNTACCESS_API ApplicationSummary()=default
bool UpdatedAtHasBeenSet() const
void SetApplicationArn(ApplicationArnT &&value)
AWS_ACCOUNTACCESS_API Aws::Utils::Json::JsonValue Jsonize() const
ApplicationSummary & WithApplicationArn(ApplicationArnT &&value)
const Aws::String & GetApplicationArn() const
const Aws::String & GetTenantId() const
ApplicationSummary & WithTenantId(TenantIdT &&value)
bool TenantIdHasBeenSet() const
AWS_ACCOUNTACCESS_API ApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
ApplicationSummary & WithCreatedAt(CreatedAtT &&value)
bool ApplicationArnHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_ACCOUNTACCESS_API ApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue