Class NamedValueUpdateParameterProperties

java.lang.Object
com.azure.resourcemanager.apimanagement.models.NamedValueEntityBaseParameters
com.azure.resourcemanager.apimanagement.fluent.models.NamedValueUpdateParameterProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<NamedValueEntityBaseParameters>

public final class NamedValueUpdateParameterProperties extends NamedValueEntityBaseParameters
NamedValue Contract properties.
  • Constructor Details

    • NamedValueUpdateParameterProperties

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

    • displayName

      public String displayName()
      Get the displayName property: Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.
      Returns:
      the displayName value.
    • withDisplayName

      public NamedValueUpdateParameterProperties withDisplayName(String displayName)
      Set the displayName property: Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the NamedValueUpdateParameterProperties object itself.
    • value

      public String value()
      Get the value property: Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.
      Returns:
      the value value.
    • withValue

      public NamedValueUpdateParameterProperties withValue(String value)
      Set the value property: Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.
      Parameters:
      value - the value value to set.
      Returns:
      the NamedValueUpdateParameterProperties object itself.
    • keyVault

      Get the keyVault property: KeyVault location details of the namedValue.
      Returns:
      the keyVault value.
    • withKeyVault

      Set the keyVault property: KeyVault location details of the namedValue.
      Parameters:
      keyVault - the keyVault value to set.
      Returns:
      the NamedValueUpdateParameterProperties object itself.
    • withTags

      Set the tags property: Optional tags that when provided can be used to filter the NamedValue list.
      Overrides:
      withTags in class NamedValueEntityBaseParameters
      Parameters:
      tags - the tags value to set.
      Returns:
      the NamedValueEntityBaseParameters object itself.
    • withSecret

      public NamedValueUpdateParameterProperties withSecret(Boolean secret)
      Set the secret property: Determines whether the value is a secret and should be encrypted or not. Default value is false.
      Overrides:
      withSecret in class NamedValueEntityBaseParameters
      Parameters:
      secret - the secret value to set.
      Returns:
      the NamedValueEntityBaseParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class NamedValueEntityBaseParameters
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<NamedValueEntityBaseParameters>
      Overrides:
      toJson in class NamedValueEntityBaseParameters
      Throws:
      IOException
    • fromJson

      public static NamedValueUpdateParameterProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of NamedValueUpdateParameterProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of NamedValueUpdateParameterProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the NamedValueUpdateParameterProperties.