Class Tenant
- java.lang.Object
-
- software.amazon.awssdk.services.appfabric.model.Tenant
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Tenant.Builder,Tenant>
@Generated("software.amazon.awssdk:codegen") public final class Tenant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Tenant.Builder,Tenant>
Contains information about an application tenant.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTenant.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tenant.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Tenant.Builder>serializableBuilderClass()StringtenantDisplayName()The display name of the tenant.StringtenantIdentifier()The ID of the application tenant.Tenant.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tenantIdentifier
public final String tenantIdentifier()
The ID of the application tenant.
- Returns:
- The ID of the application tenant.
-
tenantDisplayName
public final String tenantDisplayName()
The display name of the tenant.
- Returns:
- The display name of the tenant.
-
toBuilder
public Tenant.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Tenant.Builder,Tenant>
-
builder
public static Tenant.Builder builder()
-
serializableBuilderClass
public static Class<? extends Tenant.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-