@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public RowFilterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.