@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyFilters extends Object implements Serializable, Cloneable, StructuredPojo
A list of PropertyFilter objects.
Constructor and Description |
---|
PropertyFilters() |
Modifier and Type | Method and Description |
---|---|
PropertyFilters |
clone() |
boolean |
equals(Object obj) |
String |
getLogicalOperator()
The Logical Operator used to combine the Property Filters.
|
List<PropertyFilter> |
getProperties()
A list of Property Filters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLogicalOperator(String logicalOperator)
The Logical Operator used to combine the Property Filters.
|
void |
setProperties(Collection<PropertyFilter> properties)
A list of Property Filters.
|
String |
toString()
Returns a string representation of this object.
|
PropertyFilters |
withLogicalOperator(LogicalOperator logicalOperator)
The Logical Operator used to combine the Property Filters.
|
PropertyFilters |
withLogicalOperator(String logicalOperator)
The Logical Operator used to combine the Property Filters.
|
PropertyFilters |
withProperties(Collection<PropertyFilter> properties)
A list of Property Filters.
|
PropertyFilters |
withProperties(PropertyFilter... properties)
A list of Property Filters.
|
public void setLogicalOperator(String logicalOperator)
The Logical Operator used to combine the Property Filters.
logicalOperator
- The Logical Operator used to combine the Property Filters.LogicalOperator
public String getLogicalOperator()
The Logical Operator used to combine the Property Filters.
LogicalOperator
public PropertyFilters withLogicalOperator(String logicalOperator)
The Logical Operator used to combine the Property Filters.
logicalOperator
- The Logical Operator used to combine the Property Filters.LogicalOperator
public PropertyFilters withLogicalOperator(LogicalOperator logicalOperator)
The Logical Operator used to combine the Property Filters.
logicalOperator
- The Logical Operator used to combine the Property Filters.LogicalOperator
public List<PropertyFilter> getProperties()
A list of Property Filters.
public void setProperties(Collection<PropertyFilter> properties)
A list of Property Filters.
properties
- A list of Property Filters.public PropertyFilters withProperties(PropertyFilter... properties)
A list of Property Filters.
NOTE: This method appends the values to the existing list (if any). Use
setProperties(java.util.Collection)
or withProperties(java.util.Collection)
if you want to
override the existing values.
properties
- A list of Property Filters.public PropertyFilters withProperties(Collection<PropertyFilter> properties)
A list of Property Filters.
properties
- A list of Property Filters.public String toString()
toString
in class Object
Object.toString()
public PropertyFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.