@Generated(value="software.amazon.awssdk:codegen") public class WorkflowTypeFilter extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowTypeFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTypeFilter.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
Required. Name of the workflow type.
|
static Class<? extends WorkflowTypeFilter.Builder> |
serializableBuilderClass() |
WorkflowTypeFilter.Builder |
toBuilder() |
String |
toString() |
String |
version()
Version of the workflow type.
|
public String name()
Required. Name of the workflow type.
public String version()
Version of the workflow type.
public WorkflowTypeFilter.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowTypeFilter.Builder,WorkflowTypeFilter>public static WorkflowTypeFilter.Builder builder()
public static Class<? extends WorkflowTypeFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.