@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InventoryFilter extends Object implements Serializable, Cloneable, StructuredPojo
An inventory filter.
Constructor and Description |
---|
InventoryFilter() |
Modifier and Type | Method and Description |
---|---|
InventoryFilter |
clone() |
boolean |
equals(Object obj) |
String |
getCondition()
Condition of the filter.
|
String |
getName()
Name of the filter.
|
String |
getValue()
Value of the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCondition(String condition)
Condition of the filter.
|
void |
setName(String name)
Name of the filter.
|
void |
setValue(String value)
Value of the filter.
|
String |
toString()
Returns a string representation of this object.
|
InventoryFilter |
withCondition(InventoryFilterCondition condition)
Condition of the filter.
|
InventoryFilter |
withCondition(String condition)
Condition of the filter.
|
InventoryFilter |
withName(String name)
Name of the filter.
|
InventoryFilter |
withValue(String value)
Value of the filter.
|
public void setName(String name)
Name of the filter.
name
- Name of the filter.public String getName()
Name of the filter.
public InventoryFilter withName(String name)
Name of the filter.
name
- Name of the filter.public void setCondition(String condition)
Condition of the filter.
condition
- Condition of the filter.InventoryFilterCondition
public String getCondition()
Condition of the filter.
InventoryFilterCondition
public InventoryFilter withCondition(String condition)
Condition of the filter.
condition
- Condition of the filter.InventoryFilterCondition
public InventoryFilter withCondition(InventoryFilterCondition condition)
Condition of the filter.
condition
- Condition of the filter.InventoryFilterCondition
public void setValue(String value)
Value of the filter.
value
- Value of the filter.public String getValue()
Value of the filter.
public InventoryFilter withValue(String value)
Value of the filter.
value
- Value of the filter.public String toString()
toString
in class Object
Object.toString()
public InventoryFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.