@Generated(value="software.amazon.awssdk:codegen") public final class TagCriterionPairForJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TagCriterionPairForJob.Builder,TagCriterionPairForJob>
Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagCriterionPairForJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagCriterionPairForJob.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The value for the tag key to use in the condition.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagCriterionPairForJob.Builder> |
serializableBuilderClass() |
TagCriterionPairForJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The tag value to use in the condition.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The value for the tag key to use in the condition.
public final String value()
The tag value to use in the condition.
public TagCriterionPairForJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagCriterionPairForJob.Builder,TagCriterionPairForJob>public static TagCriterionPairForJob.Builder builder()
public static Class<? extends TagCriterionPairForJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.