@Generated(value="software.amazon.awssdk:codegen") public final class InventoryFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryFilter.Builder,InventoryFilter>
An inventory filter object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InventoryFilter.Builder |
builder() |
InventoryFilterCondition |
condition()
The condition of the filter.
|
String |
conditionAsString()
The condition of the filter.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryFilter.Builder> |
serializableBuilderClass() |
InventoryFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
Value of the filter.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the filter.
public InventoryFilterCondition condition()
The condition of the filter.
If the service returns an enum value that is not available in the current SDK version, condition will
return InventoryFilterCondition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from conditionAsString().
InventoryFilterConditionpublic String conditionAsString()
The condition of the filter.
If the service returns an enum value that is not available in the current SDK version, condition will
return InventoryFilterCondition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from conditionAsString().
InventoryFilterConditionpublic String value()
Value of the filter.
public InventoryFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InventoryFilter.Builder,InventoryFilter>public static InventoryFilter.Builder builder()
public static Class<? extends InventoryFilter.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.