StructuredPojo, ToCopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>@Generated("software.amazon.awssdk:codegen") public class CloseStatusFilter extends Object implements StructuredPojo, ToCopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>
Used to filter the closed workflow executions in visibility APIs by their close status.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CloseStatusFilter.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static CloseStatusFilter.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends CloseStatusFilter.Builder> |
serializableBuilderClass() |
|
String |
status() |
Required. The close status that must match the close status of an execution for it to meet the criteria of
this filter.
|
CloseStatusFilter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String status()
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
CloseStatuspublic CloseStatusFilter.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>public static CloseStatusFilter.Builder builder()
public static Class<? extends CloseStatusFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.