Class CustomDomainValidatePayload
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.CustomDomainValidatePayload
-
public final class CustomDomainValidatePayload extends Object
Custom domain validate payload.
-
-
Constructor Summary
Constructors Constructor Description CustomDomainValidatePayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Name to be validated.voidvalidate()Validates the instance.CustomDomainValidatePayloadwithName(String name)Set the name property: Name to be validated.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name to be validated.- Returns:
- the name value.
-
withName
public CustomDomainValidatePayload withName(String name)
Set the name property: Name to be validated.- Parameters:
name- the name value to set.- Returns:
- the CustomDomainValidatePayload object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-