Class StaticDeliveryAttributeMappingProperties

java.lang.Object
com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties

public final class StaticDeliveryAttributeMappingProperties extends Object
Properties of static delivery attribute mapping.
  • Constructor Details

    • StaticDeliveryAttributeMappingProperties

      public StaticDeliveryAttributeMappingProperties()
  • Method Details

    • value

      public String value()
      Get the value property: Value of the delivery attribute.
      Returns:
      the value value.
    • withValue

      Set the value property: Value of the delivery attribute.
      Parameters:
      value - the value value to set.
      Returns:
      the StaticDeliveryAttributeMappingProperties object itself.
    • isSecret

      public Boolean isSecret()
      Get the isSecret property: Boolean flag to tell if the attribute contains sensitive information .
      Returns:
      the isSecret value.
    • withIsSecret

      public StaticDeliveryAttributeMappingProperties withIsSecret(Boolean isSecret)
      Set the isSecret property: Boolean flag to tell if the attribute contains sensitive information .
      Parameters:
      isSecret - the isSecret value to set.
      Returns:
      the StaticDeliveryAttributeMappingProperties object itself.
    • validate

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