Class AssetBundleImportJobOverrideValidationStrategy
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobOverrideValidationStrategy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetBundleImportJobOverrideValidationStrategy.Builder,AssetBundleImportJobOverrideValidationStrategy>
@Generated("software.amazon.awssdk:codegen") public final class AssetBundleImportJobOverrideValidationStrategy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobOverrideValidationStrategy.Builder,AssetBundleImportJobOverrideValidationStrategy>
An optional parameter that overrides the validation strategy for all analyses and dashboards before the resource is imported.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetBundleImportJobOverrideValidationStrategy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetBundleImportJobOverrideValidationStrategy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AssetBundleImportJobOverrideValidationStrategy.Builder>serializableBuilderClass()BooleanstrictModeForAllResources()A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.AssetBundleImportJobOverrideValidationStrategy.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
-
strictModeForAllResources
public final Boolean strictModeForAllResources()
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
- Returns:
- A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
-
toBuilder
public AssetBundleImportJobOverrideValidationStrategy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetBundleImportJobOverrideValidationStrategy.Builder,AssetBundleImportJobOverrideValidationStrategy>
-
builder
public static AssetBundleImportJobOverrideValidationStrategy.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleImportJobOverrideValidationStrategy.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.
-
-