@Generated(value="software.amazon.awssdk:codegen") public final class PropertyFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyFilter.Builder,PropertyFilter>
An object that filters items returned by a property request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertyFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operator()
The operator associated with this property filter.
|
String |
propertyName()
The property name associated with this property filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertyFilter.Builder> |
serializableBuilderClass() |
PropertyFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataValue |
value()
The value associated with this property filter.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String operator()
The operator associated with this property filter.
public final String propertyName()
The property name associated with this property filter.
public final DataValue value()
The value associated with this property filter.
public PropertyFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertyFilter.Builder,PropertyFilter>public static PropertyFilter.Builder builder()
public static Class<? extends PropertyFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.