Class CustomDomainValidatePayload

java.lang.Object
com.azure.resourcemanager.appplatform.models.CustomDomainValidatePayload

public final class CustomDomainValidatePayload extends Object
Custom domain validate payload.
  • Constructor Details

    • CustomDomainValidatePayload

      public CustomDomainValidatePayload()
  • Method Details

    • 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.