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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TenantInfo.Builderbuilder()final InstantThe date and time when the tenant was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends TenantInfo.Builder>final StringThe Amazon Resource Name (ARN) of the tenant.final StringtenantId()A unique identifier for the tenant.final StringThe name of the tenant.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
tenantName
The name of the tenant.
- Returns:
- The name of the tenant.
-
tenantId
A unique identifier for the tenant.
- Returns:
- A unique identifier for the tenant.
-
tenantArn
The Amazon Resource Name (ARN) of the tenant.
- Returns:
- The Amazon Resource Name (ARN) of the tenant.
-
createdTimestamp
The date and time when the tenant was created.
- Returns:
- The date and time when the tenant was created.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TenantInfo.Builder,TenantInfo>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-