Class DataEffect
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.DataEffect
-
public final class DataEffect extends Object
The data effect definition.
-
-
Constructor Summary
Constructors Constructor Description DataEffect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdetailsSchema()Get the detailsSchema property: The data effect details schema.Stringname()Get the name property: The data effect name.voidvalidate()Validates the instance.DataEffectwithDetailsSchema(Object detailsSchema)Set the detailsSchema property: The data effect details schema.DataEffectwithName(String name)Set the name property: The data effect name.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The data effect name.- Returns:
- the name value.
-
withName
public DataEffect withName(String name)
Set the name property: The data effect name.- Parameters:
name- the name value to set.- Returns:
- the DataEffect object itself.
-
detailsSchema
public Object detailsSchema()
Get the detailsSchema property: The data effect details schema.- Returns:
- the detailsSchema value.
-
withDetailsSchema
public DataEffect withDetailsSchema(Object detailsSchema)
Set the detailsSchema property: The data effect details schema.- Parameters:
detailsSchema- the detailsSchema value to set.- Returns:
- the DataEffect object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-