@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterScopeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The scope configuration for a FilterGroup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description |
|---|
FilterScopeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FilterScopeConfiguration |
clone() |
boolean |
equals(Object obj) |
SelectedSheetsFilterScopeConfiguration |
getSelectedSheets()
The configuration for applying a filter to specific sheets.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSelectedSheets(SelectedSheetsFilterScopeConfiguration selectedSheets)
The configuration for applying a filter to specific sheets.
|
String |
toString()
Returns a string representation of this object.
|
FilterScopeConfiguration |
withSelectedSheets(SelectedSheetsFilterScopeConfiguration selectedSheets)
The configuration for applying a filter to specific sheets.
|
public void setSelectedSheets(SelectedSheetsFilterScopeConfiguration selectedSheets)
The configuration for applying a filter to specific sheets.
selectedSheets - The configuration for applying a filter to specific sheets.public SelectedSheetsFilterScopeConfiguration getSelectedSheets()
The configuration for applying a filter to specific sheets.
public FilterScopeConfiguration withSelectedSheets(SelectedSheetsFilterScopeConfiguration selectedSheets)
The configuration for applying a filter to specific sheets.
selectedSheets - The configuration for applying a filter to specific sheets.public String toString()
toString in class ObjectObject.toString()public FilterScopeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.