Class GetPrivateDnsZoneSuffixResponseInner

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.fluent.models.GetPrivateDnsZoneSuffixResponseInner

public final class GetPrivateDnsZoneSuffixResponseInner extends Object
The response of get private dns zone suffix.
  • Constructor Details

    • GetPrivateDnsZoneSuffixResponseInner

      public GetPrivateDnsZoneSuffixResponseInner()
      Creates an instance of GetPrivateDnsZoneSuffixResponseInner class.
  • Method Details

    • privateDnsZoneSuffix

      public String privateDnsZoneSuffix()
      Get the privateDnsZoneSuffix property: Represents the private DNS zone suffix.
      Returns:
      the privateDnsZoneSuffix value.
    • withPrivateDnsZoneSuffix

      public GetPrivateDnsZoneSuffixResponseInner withPrivateDnsZoneSuffix(String privateDnsZoneSuffix)
      Set the privateDnsZoneSuffix property: Represents the private DNS zone suffix.
      Parameters:
      privateDnsZoneSuffix - the privateDnsZoneSuffix value to set.
      Returns:
      the GetPrivateDnsZoneSuffixResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.