java.lang.Object
com.azure.resourcemanager.vmwarecloudsimple.models.PatchPayload

public final class PatchPayload extends Object
General patch payload modal.
  • Constructor Details

    • PatchPayload

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

    • tags

      public Map<String,String> tags()
      Get the tags property: The tags key:value pairs.
      Returns:
      the tags value.
    • withTags

      public PatchPayload withTags(Map<String,String> tags)
      Set the tags property: The tags key:value pairs.
      Parameters:
      tags - the tags value to set.
      Returns:
      the PatchPayload object itself.
    • validate

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