Class KeyInfoListResult

java.lang.Object
com.azure.resourcemanager.synapse.models.KeyInfoListResult

public final class KeyInfoListResult extends Object
List of keys.
  • Constructor Details

    • KeyInfoListResult

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

    • nextLink

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

      public KeyInfoListResult withNextLink(String nextLink)
      Set the nextLink property: Link to the next page of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the KeyInfoListResult object itself.
    • value

      public List<KeyInner> value()
      Get the value property: List of keys.
      Returns:
      the value value.
    • withValue

      public KeyInfoListResult withValue(List<KeyInner> value)
      Set the value property: List of keys.
      Parameters:
      value - the value value to set.
      Returns:
      the KeyInfoListResult object itself.
    • validate

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