@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListComponentTypesFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListComponentTypesFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
extendsFrom()
The component type that the component types in the list extend.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isAbstract()
A Boolean value that specifies whether the component types in the list are abstract.
|
String |
namespace()
The namespace to which the component types in the list belong.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListComponentTypesFilter.Builder> |
serializableBuilderClass() |
ListComponentTypesFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String extendsFrom()
The component type that the component types in the list extend.
public final Boolean isAbstract()
A Boolean value that specifies whether the component types in the list are abstract.
public final String namespace()
The namespace to which the component types in the list belong.
public ListComponentTypesFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>public static ListComponentTypesFilter.Builder builder()
public static Class<? extends ListComponentTypesFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.