Class EntitySummary
java.lang.Object
software.amazon.awssdk.services.iottwinmaker.model.EntitySummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntitySummary.Builder,EntitySummary>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The ARN of the entity.static EntitySummary.Builderbuilder()final InstantThe date and time when the entity was created.final StringThe description of the entity.final StringentityId()The ID of the entity.final StringThe name of the entity.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final BooleanAn eventual Boolean value that specifies whether the entity has child entities or not.final inthashCode()final StringThe ID of the parent entity.static Class<? extends EntitySummary.Builder>final Statusstatus()The current status of the entity.final StringtoString()Returns a string representation of this object.final InstantThe last date and time when the entity was updated.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
-
entityId
The ID of the entity.
- Returns:
- The ID of the entity.
-
entityName
The name of the entity.
- Returns:
- The name of the entity.
-
arn
The ARN of the entity.
- Returns:
- The ARN of the entity.
-
parentEntityId
The ID of the parent entity.
- Returns:
- The ID of the parent entity.
-
status
The current status of the entity.
- Returns:
- The current status of the entity.
-
description
The description of the entity.
- Returns:
- The description of the entity.
-
hasChildEntities
An eventual Boolean value that specifies whether the entity has child entities or not.
- Returns:
- An eventual Boolean value that specifies whether the entity has child entities or not.
-
creationDateTime
The date and time when the entity was created.
- Returns:
- The date and time when the entity was created.
-
updateDateTime
The last date and time when the entity was updated.
- Returns:
- The last date and time when the entity was updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntitySummary.Builder,EntitySummary>
-
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
-