Class ActivityOutputType

java.lang.Object
com.azure.resourcemanager.automation.models.ActivityOutputType

public final class ActivityOutputType extends Object
Definition of the activity output type.
  • Constructor Details

    • ActivityOutputType

      public ActivityOutputType()
  • Method Details

    • name

      public String name()
      Get the name property: Gets or sets the name of the activity output type.
      Returns:
      the name value.
    • withName

      public ActivityOutputType withName(String name)
      Set the name property: Gets or sets the name of the activity output type.
      Parameters:
      name - the name value to set.
      Returns:
      the ActivityOutputType object itself.
    • type

      public String type()
      Get the type property: Gets or sets the type of the activity output type.
      Returns:
      the type value.
    • withType

      public ActivityOutputType withType(String type)
      Set the type property: Gets or sets the type of the activity output type.
      Parameters:
      type - the type value to set.
      Returns:
      the ActivityOutputType object itself.
    • validate

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