Class TenantInfo
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.TenantInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TenantInfo.Builder,TenantInfo>
@Generated("software.amazon.awssdk:codegen") public final class TenantInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TenantInfo.Builder,TenantInfo>
A structure that contains basic information about a tenant.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTenantInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TenantInfo.Builderbuilder()InstantcreatedTimestamp()The date and time when the tenant was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TenantInfo.Builder>serializableBuilderClass()StringtenantArn()The Amazon Resource Name (ARN) of the tenant.StringtenantId()A unique identifier for the tenant.StringtenantName()The name of the tenant.TenantInfo.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
-
tenantName
public final String tenantName()
The name of the tenant.
- Returns:
- The name of the tenant.
-
tenantId
public final String tenantId()
A unique identifier for the tenant.
- Returns:
- A unique identifier for the tenant.
-
tenantArn
public final String tenantArn()
The Amazon Resource Name (ARN) of the tenant.
- Returns:
- The Amazon Resource Name (ARN) of the tenant.
-
createdTimestamp
public final Instant createdTimestamp()
The date and time when the tenant was created.
- Returns:
- The date and time when the tenant was created.
-
toBuilder
public TenantInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TenantInfo.Builder,TenantInfo>
-
builder
public static TenantInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends TenantInfo.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-