@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetFilterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration details of the asset filter.
Constructor and Description |
---|
AssetFilterConfiguration() |
Modifier and Type | Method and Description |
---|---|
AssetFilterConfiguration |
clone() |
boolean |
equals(Object obj) |
ColumnFilterConfiguration |
getColumnConfiguration()
The column configuration of the asset filter.
|
RowFilterConfiguration |
getRowConfiguration()
The row configuration of the asset filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnConfiguration(ColumnFilterConfiguration columnConfiguration)
The column configuration of the asset filter.
|
void |
setRowConfiguration(RowFilterConfiguration rowConfiguration)
The row configuration of the asset filter.
|
String |
toString()
Returns a string representation of this object.
|
AssetFilterConfiguration |
withColumnConfiguration(ColumnFilterConfiguration columnConfiguration)
The column configuration of the asset filter.
|
AssetFilterConfiguration |
withRowConfiguration(RowFilterConfiguration rowConfiguration)
The row configuration of the asset filter.
|
public void setColumnConfiguration(ColumnFilterConfiguration columnConfiguration)
The column configuration of the asset filter.
columnConfiguration
- The column configuration of the asset filter.public ColumnFilterConfiguration getColumnConfiguration()
The column configuration of the asset filter.
public AssetFilterConfiguration withColumnConfiguration(ColumnFilterConfiguration columnConfiguration)
The column configuration of the asset filter.
columnConfiguration
- The column configuration of the asset filter.public void setRowConfiguration(RowFilterConfiguration rowConfiguration)
The row configuration of the asset filter.
rowConfiguration
- The row configuration of the asset filter.public RowFilterConfiguration getRowConfiguration()
The row configuration of the asset filter.
public AssetFilterConfiguration withRowConfiguration(RowFilterConfiguration rowConfiguration)
The row configuration of the asset filter.
rowConfiguration
- The row configuration of the asset filter.public String toString()
toString
in class Object
Object.toString()
public AssetFilterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.