@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TabularConditions extends Object implements Serializable, Cloneable, StructuredPojo
The tabular conditions.
Constructor and Description |
---|
TabularConditions() |
Modifier and Type | Method and Description |
---|---|
TabularConditions |
clone() |
boolean |
equals(Object obj) |
List<OrderBy> |
getOrderBy()
Filter criteria that orders the output.
|
List<PropertyFilter> |
getPropertyFilters()
You can filter the request using various logical operators and a key-value format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOrderBy(Collection<OrderBy> orderBy)
Filter criteria that orders the output.
|
void |
setPropertyFilters(Collection<PropertyFilter> propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
String |
toString()
Returns a string representation of this object.
|
TabularConditions |
withOrderBy(Collection<OrderBy> orderBy)
Filter criteria that orders the output.
|
TabularConditions |
withOrderBy(OrderBy... orderBy)
Filter criteria that orders the output.
|
TabularConditions |
withPropertyFilters(Collection<PropertyFilter> propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
TabularConditions |
withPropertyFilters(PropertyFilter... propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
public List<OrderBy> getOrderBy()
Filter criteria that orders the output. It can be sorted in ascending or descending order.
public void setOrderBy(Collection<OrderBy> orderBy)
Filter criteria that orders the output. It can be sorted in ascending or descending order.
orderBy
- Filter criteria that orders the output. It can be sorted in ascending or descending order.public TabularConditions withOrderBy(OrderBy... orderBy)
Filter criteria that orders the output. It can be sorted in ascending or descending order.
NOTE: This method appends the values to the existing list (if any). Use
setOrderBy(java.util.Collection)
or withOrderBy(java.util.Collection)
if you want to override
the existing values.
orderBy
- Filter criteria that orders the output. It can be sorted in ascending or descending order.public TabularConditions withOrderBy(Collection<OrderBy> orderBy)
Filter criteria that orders the output. It can be sorted in ascending or descending order.
orderBy
- Filter criteria that orders the output. It can be sorted in ascending or descending order.public List<PropertyFilter> getPropertyFilters()
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
{"key": "serverType", "value": "webServer"}
public void setPropertyFilters(Collection<PropertyFilter> propertyFilters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
propertyFilters
- You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
public TabularConditions withPropertyFilters(PropertyFilter... propertyFilters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
NOTE: This method appends the values to the existing list (if any). Use
setPropertyFilters(java.util.Collection)
or withPropertyFilters(java.util.Collection)
if you
want to override the existing values.
propertyFilters
- You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
public TabularConditions withPropertyFilters(Collection<PropertyFilter> propertyFilters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
propertyFilters
- You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
public String toString()
toString
in class Object
Object.toString()
public TabularConditions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.