Class UnlockDeleteResponseInner

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.UnlockDeleteResponseInner

public final class UnlockDeleteResponseInner extends Object
Response of Unlock Delete API.
  • Constructor Details

    • UnlockDeleteResponseInner

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

    • unlockDeleteExpiryTime

      public String unlockDeleteExpiryTime()
      Get the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.
      Returns:
      the unlockDeleteExpiryTime value.
    • withUnlockDeleteExpiryTime

      public UnlockDeleteResponseInner withUnlockDeleteExpiryTime(String unlockDeleteExpiryTime)
      Set the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.
      Parameters:
      unlockDeleteExpiryTime - the unlockDeleteExpiryTime value to set.
      Returns:
      the UnlockDeleteResponseInner object itself.
    • validate

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