Class ListComponentTypesFilter
java.lang.Object
software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesFilter
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>
@Generated("software.amazon.awssdk:codegen")
public final class ListComponentTypesFilter
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>
An object that filters items in a list of component types.
Only one object is accepted as a valid input.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe component type that the component types in the list extend.static ListComponentTypesFilterfromExtendsFrom(String extendsFrom) Create an instance of this class withextendsFrom()initialized to the given value.static ListComponentTypesFilterfromIsAbstract(Boolean isAbstract) Create an instance of this class withisAbstract()initialized to the given value.static ListComponentTypesFilterfromNamespace(String namespace) Create an instance of this class withnamespace()initialized to the given value.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanA Boolean value that specifies whether the component types in the list are abstract.final StringThe namespace to which the component types in the list belong.static Class<? extends ListComponentTypesFilter.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
-
extendsFrom
The component type that the component types in the list extend.
- Returns:
- The component type that the component types in the list extend.
-
namespace
The namespace to which the component types in the list belong.
- Returns:
- The namespace to which the component types in the list belong.
-
isAbstract
A Boolean value that specifies whether the component types in the list are abstract.
- Returns:
- A Boolean value that specifies whether the component types in the list are abstract.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>
-
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
-
fromExtendsFrom
Create an instance of this class withextendsFrom()initialized to the given value.The component type that the component types in the list extend.
- Parameters:
extendsFrom- The component type that the component types in the list extend.
-
fromNamespace
Create an instance of this class withnamespace()initialized to the given value.The namespace to which the component types in the list belong.
- Parameters:
namespace- The namespace to which the component types in the list belong.
-
fromIsAbstract
Create an instance of this class withisAbstract()initialized to the given value.A Boolean value that specifies whether the component types in the list are abstract.
- Parameters:
isAbstract- A Boolean value that specifies whether the component types in the list are abstract.
-
type
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beListComponentTypesFilter.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 beListComponentTypesFilter.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set. -
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-