Class TagFilter
- java.lang.Object
-
- software.amazon.awssdk.services.swf.model.TagFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TagFilter.Builder,TagFilter>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTagFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TagFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TagFilter.Builder>serializableBuilderClass()Stringtag()Specifies the tag that must be associated with the execution for it to meet the filter criteria.TagFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
tag
public final 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:
_ . : / = + - @.- Returns:
- 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:
_ . : / = + - @.
-
toBuilder
public TagFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TagFilter.Builder,TagFilter>
-
builder
public static TagFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends TagFilter.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.
-
-