Class AllSheetsFilterScopeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AllSheetsFilterScopeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AllSheetsFilterScopeConfiguration.Builder,AllSheetsFilterScopeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class AllSheetsFilterScopeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AllSheetsFilterScopeConfiguration.Builder,AllSheetsFilterScopeConfiguration>
An empty object that represents that the
AllSheetsoption is the chosen value for theFilterScopeConfigurationparameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAllSheetsFilterScopeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllSheetsFilterScopeConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AllSheetsFilterScopeConfiguration.Builder>serializableBuilderClass()AllSheetsFilterScopeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public AllSheetsFilterScopeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AllSheetsFilterScopeConfiguration.Builder,AllSheetsFilterScopeConfiguration>
-
builder
public static AllSheetsFilterScopeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends AllSheetsFilterScopeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-