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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEntitiesFilter.Builderstatic classListEntitiesFilter.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEntitiesFilter.Builderbuilder()StringcomponentTypeId()The ID of the component type in the entities in the list.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexternalId()The 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.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringparentEntityId()The parent of the entities in the list.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListEntitiesFilter.Builder>serializableBuilderClass()ListEntitiesFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.ListEntitiesFilter.Typetype()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, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
parentEntityId
public final String parentEntityId()
The parent of the entities in the list.
- Returns:
- The parent of the entities in the list.
-
componentTypeId
public final String 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
public final String 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
public ListEntitiesFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
-
builder
public static ListEntitiesFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEntitiesFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
fromParentEntityId
public static ListEntitiesFilter fromParentEntityId(String parentEntityId)
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
public static ListEntitiesFilter fromComponentTypeId(String componentTypeId)
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
public static ListEntitiesFilter fromExternalId(String externalId)
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
public ListEntitiesFilter.Type 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-