Class NginxCertificateListResponse

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxCertificateListResponse

public final class NginxCertificateListResponse extends Object
The NginxCertificateListResponse model.
  • Constructor Details

    • NginxCertificateListResponse

      public NginxCertificateListResponse()
  • Method Details

    • value

      public List<NginxCertificateInner> value()
      Get the value property: The value property.
      Returns:
      the value value.
    • withValue

      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the NginxCertificateListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The nextLink property.
      Returns:
      the nextLink value.
    • withNextLink

      public NginxCertificateListResponse withNextLink(String nextLink)
      Set the nextLink property: The nextLink property.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the NginxCertificateListResponse object itself.
    • validate

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