@Generated(value="software.amazon.awssdk:codegen") public final class TagFilter extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagFilter.Builder> |
serializableBuilderClass() |
String |
tag()
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
TagFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String tag()
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
public TagFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagFilter.Builder,TagFilter>public static TagFilter.Builder builder()
public static Class<? extends TagFilter.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.