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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListComponentTypesFilter.Builderstatic classListComponentTypesFilter.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListComponentTypesFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringextendsFrom()The 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.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisAbstract()A Boolean value that specifies whether the component types in the list are abstract.Stringnamespace()The namespace to which the component types in the list belong.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListComponentTypesFilter.Builder>serializableBuilderClass()ListComponentTypesFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.ListComponentTypesFilter.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
-
extendsFrom
public final String 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
public final String 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
public final Boolean 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
public ListComponentTypesFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>
-
builder
public static ListComponentTypesFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListComponentTypesFilter.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.
-
fromExtendsFrom
public static ListComponentTypesFilter fromExtendsFrom(String extendsFrom)
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
public static ListComponentTypesFilter fromNamespace(String namespace)
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
public static ListComponentTypesFilter fromIsAbstract(Boolean isAbstract)
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
public ListComponentTypesFilter.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 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-