@Generated(value="software.amazon.awssdk:codegen") public final class Tenant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Tenant.Builder,Tenant>
Contains information about an application tenant.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Tenant.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Tenant.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Tenant.Builder> |
serializableBuilderClass() |
String |
tenantDisplayName()
The display name of the tenant.
|
String |
tenantIdentifier()
The ID of the application tenant.
|
Tenant.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tenantIdentifier()
The ID of the application tenant.
public final String tenantDisplayName()
The display name of the tenant.
public Tenant.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Tenant.Builder,Tenant>public static Tenant.Builder builder()
public static Class<? extends Tenant.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.