Class NameIdentifierInner

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner

public final class NameIdentifierInner extends Object
Identifies an object.
  • Constructor Details

    • NameIdentifierInner

      public NameIdentifierInner()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the object.
      Returns:
      the name value.
    • withName

      public NameIdentifierInner withName(String name)
      Set the name property: Name of the object.
      Parameters:
      name - the name value to set.
      Returns:
      the NameIdentifierInner object itself.
    • validate

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