7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/AppAuthorizationStatus.h>
9#include <aws/appfabric/model/Tenant.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename AppAuthorizationArnT = Aws::String>
45 m_appAuthorizationArnHasBeenSet =
true;
46 m_appAuthorizationArn = std::forward<AppAuthorizationArnT>(value);
48 template <
typename AppAuthorizationArnT = Aws::String>
62 template <
typename AppBundleArnT = Aws::String>
64 m_appBundleArnHasBeenSet =
true;
65 m_appBundleArn = std::forward<AppBundleArnT>(value);
67 template <
typename AppBundleArnT = Aws::String>
80 template <
typename AppT = Aws::String>
82 m_appHasBeenSet =
true;
83 m_app = std::forward<AppT>(value);
85 template <
typename AppT = Aws::String>
87 SetApp(std::forward<AppT>(value));
99 template <
typename TenantT = Tenant>
101 m_tenantHasBeenSet =
true;
102 m_tenant = std::forward<TenantT>(value);
104 template <
typename TenantT = Tenant>
129 m_statusHasBeenSet =
true;
144 template <
typename UpdatedAtT = Aws::Utils::DateTime>
146 m_updatedAtHasBeenSet =
true;
147 m_updatedAt = std::forward<UpdatedAtT>(value);
149 template <
typename UpdatedAtT = Aws::Utils::DateTime>
167 bool m_appAuthorizationArnHasBeenSet =
false;
168 bool m_appBundleArnHasBeenSet =
false;
169 bool m_appHasBeenSet =
false;
170 bool m_tenantHasBeenSet =
false;
171 bool m_statusHasBeenSet =
false;
172 bool m_updatedAtHasBeenSet =
false;
const Aws::String & GetAppBundleArn() const
AppAuthorizationStatus GetStatus() const
bool StatusHasBeenSet() const
bool AppBundleArnHasBeenSet() const
void SetApp(AppT &&value)
void SetAppBundleArn(AppBundleArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool AppAuthorizationArnHasBeenSet() const
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
AppAuthorizationSummary & WithAppBundleArn(AppBundleArnT &&value)
void SetStatus(AppAuthorizationStatus value)
void SetTenant(TenantT &&value)
bool TenantHasBeenSet() const
const Tenant & GetTenant() const
AWS_APPFABRIC_API AppAuthorizationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAppAuthorizationArn(AppAuthorizationArnT &&value)
AppAuthorizationSummary & WithAppAuthorizationArn(AppAuthorizationArnT &&value)
AppAuthorizationSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetAppAuthorizationArn() const
bool AppHasBeenSet() const
AppAuthorizationSummary & WithTenant(TenantT &&value)
AWS_APPFABRIC_API AppAuthorizationSummary()=default
AppAuthorizationSummary & WithApp(AppT &&value)
AWS_APPFABRIC_API AppAuthorizationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetApp() const
AppAuthorizationSummary & WithStatus(AppAuthorizationStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue