@Generated(value="software.amazon.awssdk:codegen") public final class PropertyPredicate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyPredicate.Builder,PropertyPredicate>
Defines a property predicate.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyPredicate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertyPredicate.Builder |
builder() |
Comparator |
comparator()
The comparator used to compare this property to others.
|
String |
comparatorAsString()
The comparator used to compare this property to others.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key of the property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertyPredicate.Builder> |
serializableBuilderClass() |
PropertyPredicate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the property.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The key of the property.
public final String value()
The value of the property.
public final Comparator comparator()
The comparator used to compare this property to others.
If the service returns an enum value that is not available in the current SDK version, comparator will
return Comparator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
comparatorAsString().
Comparatorpublic final String comparatorAsString()
The comparator used to compare this property to others.
If the service returns an enum value that is not available in the current SDK version, comparator will
return Comparator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
comparatorAsString().
Comparatorpublic PropertyPredicate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertyPredicate.Builder,PropertyPredicate>public static PropertyPredicate.Builder builder()
public static Class<? extends PropertyPredicate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.