Class ListEntitiesFilter
java.lang.Object
software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesFilter
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
@Generated("software.amazon.awssdk:codegen")
public final class ListEntitiesFilter
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
An object that filters items in a list of entities.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic ListEntitiesFilter.Builderbuilder()final StringThe ID of the component type in the entities in the list.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe external-Id property of a component.static ListEntitiesFilterfromComponentTypeId(String componentTypeId) Create an instance of this class withcomponentTypeId()initialized to the given value.static ListEntitiesFilterfromExternalId(String externalId) Create an instance of this class withexternalId()initialized to the given value.static ListEntitiesFilterfromParentEntityId(String parentEntityId) Create an instance of this class withparentEntityId()initialized to the given value.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe parent of the entities in the list.static Class<? extends ListEntitiesFilter.Builder>final StringtoString()Returns a string representation of this object.type()Retrieve an enum value representing which member of this object is populated.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
-
parentEntityId
The parent of the entities in the list.
- Returns:
- The parent of the entities in the list.
-
componentTypeId
The ID of the component type in the entities in the list.
- Returns:
- The ID of the component type in the entities in the list.
-
externalId
The external-Id property of a component. The external-Id property is the primary key of an external storage system.
- Returns:
- The external-Id property of a component. The external-Id property is the primary key of an external storage system.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
-
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
-
fromParentEntityId
Create an instance of this class withparentEntityId()initialized to the given value.The parent of the entities in the list.
- Parameters:
parentEntityId- The parent of the entities in the list.
-
fromComponentTypeId
Create an instance of this class withcomponentTypeId()initialized to the given value.The ID of the component type in the entities in the list.
- Parameters:
componentTypeId- The ID of the component type in the entities in the list.
-
fromExternalId
Create an instance of this class withexternalId()initialized to the given value.The external-Id property of a component. The external-Id property is the primary key of an external storage system.
- Parameters:
externalId- The external-Id property of a component. The external-Id property is the primary key of an external storage system.
-
type
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beListEntitiesFilter.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beListEntitiesFilter.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set. -
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-