Class CustomAssessmentAutomationsListResult

java.lang.Object
com.azure.resourcemanager.security.models.CustomAssessmentAutomationsListResult

public final class CustomAssessmentAutomationsListResult extends Object
A list of Custom Assessment Automations.
  • Constructor Details

    • CustomAssessmentAutomationsListResult

      public CustomAssessmentAutomationsListResult()
  • Method Details

    • value

      Get the value property: Collection of Custom Assessment Automations.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of operations.
      Returns:
      the nextLink value.
    • withNextLink

      public CustomAssessmentAutomationsListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of operations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CustomAssessmentAutomationsListResult object itself.
    • validate

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