@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleExportJobValidationStrategy extends Object implements Serializable, Cloneable, StructuredPojo
The option to relax the validation that is required to export each asset. When StrictModeForAllResource
is set to false
, validation is skipped for specific UI errors.
Constructor and Description |
---|
AssetBundleExportJobValidationStrategy() |
Modifier and Type | Method and Description |
---|---|
AssetBundleExportJobValidationStrategy |
clone() |
boolean |
equals(Object obj) |
Boolean |
getStrictModeForAllResources()
A Boolean value that indicates whether to export resources under strict or lenient mode.
|
int |
hashCode() |
Boolean |
isStrictModeForAllResources()
A Boolean value that indicates whether to export resources under strict or lenient mode.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to export resources under strict or lenient mode.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleExportJobValidationStrategy |
withStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to export resources under strict or lenient mode.
|
public AssetBundleExportJobValidationStrategy()
public void setStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to export resources under strict or lenient mode.
strictModeForAllResources
- A Boolean value that indicates whether to export resources under strict or lenient mode.public Boolean getStrictModeForAllResources()
A Boolean value that indicates whether to export resources under strict or lenient mode.
public AssetBundleExportJobValidationStrategy withStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to export resources under strict or lenient mode.
strictModeForAllResources
- A Boolean value that indicates whether to export resources under strict or lenient mode.public Boolean isStrictModeForAllResources()
A Boolean value that indicates whether to export resources under strict or lenient mode.
public String toString()
toString
in class Object
Object.toString()
public AssetBundleExportJobValidationStrategy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.