@Generated(value="software.amazon.awssdk:codegen") public final class Entity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Entity.Builder,Entity>
The entity details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Entity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Entity.Builder |
builder() |
String |
entityId()
The entity ID.
|
String |
entityType()
The entity type.
|
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 Entity.Builder> |
serializableBuilderClass() |
Entity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entityType()
The entity type.
public final String entityId()
The entity ID. If you do not know the entityId, you can pass unknown, which is
areserved string literal.
entityId, you can pass unknown, which is
areserved string literal.public Entity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Entity.Builder,Entity>public static Entity.Builder builder()
public static Class<? extends Entity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.