Class VariableProperties

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.VariableProperties

public final class VariableProperties extends Object
Definition of the variable properties.
  • Constructor Details

    • VariableProperties

      public VariableProperties()
  • Method Details

    • value

      public String value()
      Get the value property: Gets or sets the value of the variable.
      Returns:
      the value value.
    • withValue

      public VariableProperties withValue(String value)
      Set the value property: Gets or sets the value of the variable.
      Parameters:
      value - the value value to set.
      Returns:
      the VariableProperties object itself.
    • isEncrypted

      public Boolean isEncrypted()
      Get the isEncrypted property: Gets or sets the encrypted flag of the variable.
      Returns:
      the isEncrypted value.
    • withIsEncrypted

      public VariableProperties withIsEncrypted(Boolean isEncrypted)
      Set the isEncrypted property: Gets or sets the encrypted flag of the variable.
      Parameters:
      isEncrypted - the isEncrypted value to set.
      Returns:
      the VariableProperties object itself.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: Gets or sets the creation time.
      Returns:
      the creationTime value.
    • withCreationTime

      public VariableProperties withCreationTime(OffsetDateTime creationTime)
      Set the creationTime property: Gets or sets the creation time.
      Parameters:
      creationTime - the creationTime value to set.
      Returns:
      the VariableProperties object itself.
    • lastModifiedTime

      public OffsetDateTime lastModifiedTime()
      Get the lastModifiedTime property: Gets or sets the last modified time.
      Returns:
      the lastModifiedTime value.
    • withLastModifiedTime

      public VariableProperties withLastModifiedTime(OffsetDateTime lastModifiedTime)
      Set the lastModifiedTime property: Gets or sets the last modified time.
      Parameters:
      lastModifiedTime - the lastModifiedTime value to set.
      Returns:
      the VariableProperties object itself.
    • description

      public String description()
      Get the description property: Gets or sets the description.
      Returns:
      the description value.
    • withDescription

      public VariableProperties withDescription(String description)
      Set the description property: Gets or sets the description.
      Parameters:
      description - the description value to set.
      Returns:
      the VariableProperties object itself.
    • validate

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