7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_APPFABRIC_API
Tenant() =
default;
46 template<
typename TenantIdentifierT = Aws::String>
47 void SetTenantIdentifier(TenantIdentifierT&& value) { m_tenantIdentifierHasBeenSet =
true; m_tenantIdentifier = std::forward<TenantIdentifierT>(value); }
48 template<
typename TenantIdentifierT = Aws::String>
58 template<
typename TenantDisplayNameT = Aws::String>
59 void SetTenantDisplayName(TenantDisplayNameT&& value) { m_tenantDisplayNameHasBeenSet =
true; m_tenantDisplayName = std::forward<TenantDisplayNameT>(value); }
60 template<
typename TenantDisplayNameT = Aws::String>
66 bool m_tenantIdentifierHasBeenSet =
false;
69 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