@Generated(value="software.amazon.awssdk:codegen") public final class EntityType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityType.Builder,EntityType>
The entity type details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityType.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The entity type ARN.
|
static EntityType.Builder |
builder() |
String |
createdTime()
Timestamp of when the entity type was created.
|
String |
description()
The entity type description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdatedTime()
Timestamp of when the entity type was last updated.
|
String |
name()
The entity type name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityType.Builder> |
serializableBuilderClass() |
EntityType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The entity type name.
public final String description()
The entity type description.
public final String lastUpdatedTime()
Timestamp of when the entity type was last updated.
public final String createdTime()
Timestamp of when the entity type was created.
public final String arn()
The entity type ARN.
public EntityType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityType.Builder,EntityType>public static EntityType.Builder builder()
public static Class<? extends EntityType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.