@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobOverrideValidationStrategy extends Object implements Serializable, Cloneable, StructuredPojo
An optional parameter that overrides the validation strategy for all analyses and dashboards before the resource is imported.
Constructor and Description |
---|
AssetBundleImportJobOverrideValidationStrategy() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobOverrideValidationStrategy |
clone() |
boolean |
equals(Object obj) |
Boolean |
getStrictModeForAllResources()
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
|
int |
hashCode() |
Boolean |
isStrictModeForAllResources()
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobOverrideValidationStrategy |
withStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
|
public AssetBundleImportJobOverrideValidationStrategy()
public void setStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
strictModeForAllResources
- A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.public Boolean getStrictModeForAllResources()
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
public AssetBundleImportJobOverrideValidationStrategy withStrictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
strictModeForAllResources
- A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.public Boolean isStrictModeForAllResources()
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobOverrideValidationStrategy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.