@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnRowFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter that uses both column-level and row-level filtering.
| Constructor and Description |
|---|
ColumnRowFilter() |
| Modifier and Type | Method and Description |
|---|---|
ColumnRowFilter |
clone() |
boolean |
equals(Object obj) |
String |
getColumnName()
A string containing the name of the column.
|
String |
getRowFilterExpression()
A string containing the row-level filter expression.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumnName(String columnName)
A string containing the name of the column.
|
void |
setRowFilterExpression(String rowFilterExpression)
A string containing the row-level filter expression.
|
String |
toString()
Returns a string representation of this object.
|
ColumnRowFilter |
withColumnName(String columnName)
A string containing the name of the column.
|
ColumnRowFilter |
withRowFilterExpression(String rowFilterExpression)
A string containing the row-level filter expression.
|
public void setColumnName(String columnName)
A string containing the name of the column.
columnName - A string containing the name of the column.public String getColumnName()
A string containing the name of the column.
public ColumnRowFilter withColumnName(String columnName)
A string containing the name of the column.
columnName - A string containing the name of the column.public void setRowFilterExpression(String rowFilterExpression)
A string containing the row-level filter expression.
rowFilterExpression - A string containing the row-level filter expression.public String getRowFilterExpression()
A string containing the row-level filter expression.
public ColumnRowFilter withRowFilterExpression(String rowFilterExpression)
A string containing the row-level filter expression.
rowFilterExpression - A string containing the row-level filter expression.public String toString()
toString in class ObjectObject.toString()public ColumnRowFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.