@Generated(value="software.amazon.awssdk:codegen") public class TagFilter extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<TagFilter.Builder,TagFilter>
Used to filter the workflow executions in visibility APIs based on a tag.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagFilter.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends TagFilter.Builder> |
serializableBuilderClass() |
String |
tag()
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
TagFilter.Builder |
toBuilder() |
String |
toString() |
public String tag()
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
public TagFilter.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TagFilter.Builder,TagFilter>public static TagFilter.Builder builder()
public static Class<? extends TagFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.