Class BackupInstancesAdhocBackupHeaders


  • public final class BackupInstancesAdhocBackupHeaders
    extends Object
    The BackupInstancesAdhocBackupHeaders model.
    • Constructor Detail

      • BackupInstancesAdhocBackupHeaders

        public BackupInstancesAdhocBackupHeaders()
    • Method Detail

      • retryAfter

        public Integer retryAfter()
        Get the retryAfter property: The Retry-After property.
        Returns:
        the retryAfter value.
      • withRetryAfter

        public BackupInstancesAdhocBackupHeaders withRetryAfter​(Integer retryAfter)
        Set the retryAfter property: The Retry-After property.
        Parameters:
        retryAfter - the retryAfter value to set.
        Returns:
        the BackupInstancesAdhocBackupHeaders object itself.
      • azureAsyncOperation

        public String azureAsyncOperation()
        Get the azureAsyncOperation property: The Azure-AsyncOperation property.
        Returns:
        the azureAsyncOperation value.
      • withAzureAsyncOperation

        public BackupInstancesAdhocBackupHeaders withAzureAsyncOperation​(String azureAsyncOperation)
        Set the azureAsyncOperation property: The Azure-AsyncOperation property.
        Parameters:
        azureAsyncOperation - the azureAsyncOperation value to set.
        Returns:
        the BackupInstancesAdhocBackupHeaders object itself.
      • location

        public String location()
        Get the location property: The Location property.
        Returns:
        the location value.
      • withLocation

        public BackupInstancesAdhocBackupHeaders withLocation​(String location)
        Set the location property: The Location property.
        Parameters:
        location - the location value to set.
        Returns:
        the BackupInstancesAdhocBackupHeaders object itself.
      • validate

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