7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appfabric/model/Tenant.h>
10#include <aws/appfabric/model/AppAuthorizationStatus.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename AppAuthorizationArnT = Aws::String>
50 void SetAppAuthorizationArn(AppAuthorizationArnT&& value) { m_appAuthorizationArnHasBeenSet =
true; m_appAuthorizationArn = std::forward<AppAuthorizationArnT>(value); }
51 template<
typename AppAuthorizationArnT = Aws::String>
62 template<
typename AppBundleArnT = Aws::String>
63 void SetAppBundleArn(AppBundleArnT&& value) { m_appBundleArnHasBeenSet =
true; m_appBundleArn = std::forward<AppBundleArnT>(value); }
64 template<
typename AppBundleArnT = Aws::String>
74 template<
typename AppT = Aws::String>
75 void SetApp(AppT&& value) { m_appHasBeenSet =
true; m_app = std::forward<AppT>(value); }
76 template<
typename AppT = Aws::String>
87 template<
typename TenantT = Tenant>
88 void SetTenant(TenantT&& value) { m_tenantHasBeenSet =
true; m_tenant = std::forward<TenantT>(value); }
89 template<
typename TenantT = Tenant>
120 template<
typename UpdatedAtT = Aws::Utils::DateTime>
121 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
122 template<
typename UpdatedAtT = Aws::Utils::DateTime>
128 bool m_appAuthorizationArnHasBeenSet =
false;
131 bool m_appBundleArnHasBeenSet =
false;
134 bool m_appHasBeenSet =
false;
137 bool m_tenantHasBeenSet =
false;
140 bool m_statusHasBeenSet =
false;
143 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