Class WorkflowTypeFilter
- java.lang.Object
-
- software.amazon.awssdk.services.swf.model.WorkflowTypeFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorkflowTypeFilter.Builder,WorkflowTypeFilter>
@Generated("software.amazon.awssdk:codegen") public final class WorkflowTypeFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowTypeFilter.Builder,WorkflowTypeFilter>
Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkflowTypeFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowTypeFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()Name of the workflow type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WorkflowTypeFilter.Builder>serializableBuilderClass()WorkflowTypeFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()Version of the workflow type.-
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
-
name
public final String name()
Name of the workflow type.
- Returns:
- Name of the workflow type.
-
version
public final String version()
Version of the workflow type.
- Returns:
- Version of the workflow type.
-
toBuilder
public WorkflowTypeFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkflowTypeFilter.Builder,WorkflowTypeFilter>
-
builder
public static WorkflowTypeFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorkflowTypeFilter.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-