Class FeatureValidationResponse

java.lang.Object
com.azure.resourcemanager.dataprotection.fluent.models.FeatureValidationResponseBaseInner
com.azure.resourcemanager.dataprotection.models.FeatureValidationResponse

public final class FeatureValidationResponse extends FeatureValidationResponseBaseInner
Feature Validation Response.
  • Constructor Details

    • FeatureValidationResponse

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

    • featureType

      public FeatureType featureType()
      Get the featureType property: backup support feature type.
      Returns:
      the featureType value.
    • withFeatureType

      public FeatureValidationResponse withFeatureType(FeatureType featureType)
      Set the featureType property: backup support feature type.
      Parameters:
      featureType - the featureType value to set.
      Returns:
      the FeatureValidationResponse object itself.
    • features

      public List<SupportedFeature> features()
      Get the features property: Response features.
      Returns:
      the features value.
    • withFeatures

      public FeatureValidationResponse withFeatures(List<SupportedFeature> features)
      Set the features property: Response features.
      Parameters:
      features - the features value to set.
      Returns:
      the FeatureValidationResponse object itself.
    • validate

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