@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) |
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.LogicalOperatorpublic String getLogicalOperator()
The Logical Operator used to combine the Property Filters.
LogicalOperatorpublic PropertyFilters withLogicalOperator(String logicalOperator)
The Logical Operator used to combine the Property Filters.
logicalOperator - The Logical Operator used to combine the Property Filters.LogicalOperatorpublic PropertyFilters withLogicalOperator(LogicalOperator logicalOperator)
The Logical Operator used to combine the Property Filters.
logicalOperator - The Logical Operator used to combine the Property Filters.LogicalOperatorpublic 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 ObjectObject.toString()public PropertyFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.