Class ClientDiscoveryResponse

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.ClientDiscoveryResponse

public final class ClientDiscoveryResponse extends Object
Operations List response which contains list of available APIs.
  • Constructor Details

    • ClientDiscoveryResponse

      public ClientDiscoveryResponse()
  • Method Details

    • value

      Get the value property: List of available operations.
      Returns:
      the value value.
    • withValue

      Set the value property: List of available operations.
      Parameters:
      value - the value value to set.
      Returns:
      the ClientDiscoveryResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next chunk of the response.
      Returns:
      the nextLink value.
    • withNextLink

      public ClientDiscoveryResponse withNextLink(String nextLink)
      Set the nextLink property: Link to the next chunk of the response.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ClientDiscoveryResponse object itself.
    • validate

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