@Generated(value="software.amazon.awssdk:codegen") public final class EntitySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntitySummary.Builder,EntitySummary>
An object that contains information about an entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntitySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the entity.
|
static EntitySummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time when the entity was created.
|
String |
description()
The description of the entity.
|
String |
entityId()
The ID of the entity.
|
String |
entityName()
The name of the entity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasChildEntities()
A Boolean value that specifies whether the entity has child entities or not.
|
int |
hashCode() |
String |
parentEntityId()
The ID of the parent entity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntitySummary.Builder> |
serializableBuilderClass() |
Status |
status()
The current status of the entity.
|
EntitySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDateTime()
The last date and time when the entity was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entityId()
The ID of the entity.
public final String entityName()
The name of the entity.
public final String arn()
The ARN of the entity.
public final String parentEntityId()
The ID of the parent entity.
public final Status status()
The current status of the entity.
public final String description()
The description of the entity.
public final Boolean hasChildEntities()
A Boolean value that specifies whether the entity has child entities or not.
public final Instant creationDateTime()
The date and time when the entity was created.
public final Instant updateDateTime()
The last date and time when the entity was updated.
public EntitySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntitySummary.Builder,EntitySummary>public static EntitySummary.Builder builder()
public static Class<? extends EntitySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.