@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomActionFilterOperation extends Object implements Serializable, Cloneable, StructuredPojo
The filter operation that filters data included in a visual or in an entire sheet.
| Constructor and Description |
|---|
CustomActionFilterOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomActionFilterOperation |
clone() |
boolean |
equals(Object obj) |
FilterOperationSelectedFieldsConfiguration |
getSelectedFieldsConfiguration()
The configuration that chooses the fields to be filtered.
|
FilterOperationTargetVisualsConfiguration |
getTargetVisualsConfiguration()
The configuration that chooses the target visuals to be filtered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSelectedFieldsConfiguration(FilterOperationSelectedFieldsConfiguration selectedFieldsConfiguration)
The configuration that chooses the fields to be filtered.
|
void |
setTargetVisualsConfiguration(FilterOperationTargetVisualsConfiguration targetVisualsConfiguration)
The configuration that chooses the target visuals to be filtered.
|
String |
toString()
Returns a string representation of this object.
|
CustomActionFilterOperation |
withSelectedFieldsConfiguration(FilterOperationSelectedFieldsConfiguration selectedFieldsConfiguration)
The configuration that chooses the fields to be filtered.
|
CustomActionFilterOperation |
withTargetVisualsConfiguration(FilterOperationTargetVisualsConfiguration targetVisualsConfiguration)
The configuration that chooses the target visuals to be filtered.
|
public void setSelectedFieldsConfiguration(FilterOperationSelectedFieldsConfiguration selectedFieldsConfiguration)
The configuration that chooses the fields to be filtered.
selectedFieldsConfiguration - The configuration that chooses the fields to be filtered.public FilterOperationSelectedFieldsConfiguration getSelectedFieldsConfiguration()
The configuration that chooses the fields to be filtered.
public CustomActionFilterOperation withSelectedFieldsConfiguration(FilterOperationSelectedFieldsConfiguration selectedFieldsConfiguration)
The configuration that chooses the fields to be filtered.
selectedFieldsConfiguration - The configuration that chooses the fields to be filtered.public void setTargetVisualsConfiguration(FilterOperationTargetVisualsConfiguration targetVisualsConfiguration)
The configuration that chooses the target visuals to be filtered.
targetVisualsConfiguration - The configuration that chooses the target visuals to be filtered.public FilterOperationTargetVisualsConfiguration getTargetVisualsConfiguration()
The configuration that chooses the target visuals to be filtered.
public CustomActionFilterOperation withTargetVisualsConfiguration(FilterOperationTargetVisualsConfiguration targetVisualsConfiguration)
The configuration that chooses the target visuals to be filtered.
targetVisualsConfiguration - The configuration that chooses the target visuals to be filtered.public String toString()
toString in class ObjectObject.toString()public CustomActionFilterOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.