7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
29 AWS_APPFABRIC_API
Tenant() =
default;
40 template <
typename TenantIdentifierT = Aws::String>
42 m_tenantIdentifierHasBeenSet =
true;
43 m_tenantIdentifier = std::forward<TenantIdentifierT>(value);
45 template <
typename TenantIdentifierT = Aws::String>
58 template <
typename TenantDisplayNameT = Aws::String>
60 m_tenantDisplayNameHasBeenSet =
true;
61 m_tenantDisplayName = std::forward<TenantDisplayNameT>(value);
63 template <
typename TenantDisplayNameT = Aws::String>
73 bool m_tenantIdentifierHasBeenSet =
false;
74 bool m_tenantDisplayNameHasBeenSet =
false;
bool TenantIdentifierHasBeenSet() const
Tenant & WithTenantIdentifier(TenantIdentifierT &&value)
const Aws::String & GetTenantIdentifier() const
AWS_APPFABRIC_API Tenant()=default
void SetTenantIdentifier(TenantIdentifierT &&value)
AWS_APPFABRIC_API Tenant(Aws::Utils::Json::JsonView jsonValue)
bool TenantDisplayNameHasBeenSet() const
Tenant & WithTenantDisplayName(TenantDisplayNameT &&value)
void SetTenantDisplayName(TenantDisplayNameT &&value)
AWS_APPFABRIC_API Tenant & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTenantDisplayName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue