@Generated(value="software.amazon.awssdk:codegen") public final class TagSearchCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TagSearchCondition.Builder,TagSearchCondition>
The search criteria to be used to return tags.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagSearchCondition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagSearchCondition.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 TagSearchCondition.Builder> |
serializableBuilderClass() |
String |
tagKey()
The tag key used in the tag search condition.
|
StringComparisonType |
tagKeyComparisonType()
The type of comparison to be made when evaluating the tag key in tag search condition.
|
String |
tagKeyComparisonTypeAsString()
The type of comparison to be made when evaluating the tag key in tag search condition.
|
String |
tagValue()
The tag value used in the tag search condition.
|
StringComparisonType |
tagValueComparisonType()
The type of comparison to be made when evaluating the tag value in tag search condition.
|
String |
tagValueComparisonTypeAsString()
The type of comparison to be made when evaluating the tag value in tag search condition.
|
TagSearchCondition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tagKey()
The tag key used in the tag search condition.
public final String tagValue()
The tag value used in the tag search condition.
public final StringComparisonType tagKeyComparisonType()
The type of comparison to be made when evaluating the tag key in tag search condition.
If the service returns an enum value that is not available in the current SDK version,
tagKeyComparisonType will return StringComparisonType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from tagKeyComparisonTypeAsString().
StringComparisonTypepublic final String tagKeyComparisonTypeAsString()
The type of comparison to be made when evaluating the tag key in tag search condition.
If the service returns an enum value that is not available in the current SDK version,
tagKeyComparisonType will return StringComparisonType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from tagKeyComparisonTypeAsString().
StringComparisonTypepublic final StringComparisonType tagValueComparisonType()
The type of comparison to be made when evaluating the tag value in tag search condition.
If the service returns an enum value that is not available in the current SDK version,
tagValueComparisonType will return StringComparisonType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from tagValueComparisonTypeAsString().
StringComparisonTypepublic final String tagValueComparisonTypeAsString()
The type of comparison to be made when evaluating the tag value in tag search condition.
If the service returns an enum value that is not available in the current SDK version,
tagValueComparisonType will return StringComparisonType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from tagValueComparisonTypeAsString().
StringComparisonTypepublic TagSearchCondition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagSearchCondition.Builder,TagSearchCondition>public static TagSearchCondition.Builder builder()
public static Class<? extends TagSearchCondition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.