@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RowFilterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The row filter configuration details.
| Constructor and Description |
|---|
RowFilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RowFilterConfiguration |
clone() |
boolean |
equals(Object obj) |
RowFilter |
getRowFilter()
The row filter.
|
Boolean |
getSensitive()
Specifies whether the row filter is sensitive.
|
int |
hashCode() |
Boolean |
isSensitive()
Specifies whether the row filter is sensitive.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRowFilter(RowFilter rowFilter)
The row filter.
|
void |
setSensitive(Boolean sensitive)
Specifies whether the row filter is sensitive.
|
String |
toString()
Returns a string representation of this object.
|
RowFilterConfiguration |
withRowFilter(RowFilter rowFilter)
The row filter.
|
RowFilterConfiguration |
withSensitive(Boolean sensitive)
Specifies whether the row filter is sensitive.
|
public void setRowFilter(RowFilter rowFilter)
The row filter.
rowFilter - The row filter.public RowFilter getRowFilter()
The row filter.
public RowFilterConfiguration withRowFilter(RowFilter rowFilter)
The row filter.
rowFilter - The row filter.public void setSensitive(Boolean sensitive)
Specifies whether the row filter is sensitive.
sensitive - Specifies whether the row filter is sensitive.public Boolean getSensitive()
Specifies whether the row filter is sensitive.
public RowFilterConfiguration withSensitive(Boolean sensitive)
Specifies whether the row filter is sensitive.
sensitive - Specifies whether the row filter is sensitive.public Boolean isSensitive()
Specifies whether the row filter is sensitive.
public String toString()
toString in class ObjectObject.toString()public RowFilterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.