Class HybridIdentityMetadataList

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.HybridIdentityMetadataList

public final class HybridIdentityMetadataList extends Object
List of HybridIdentityMetadata.
  • Constructor Details

    • HybridIdentityMetadataList

      public HybridIdentityMetadataList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: Url to follow for getting next page of HybridIdentityMetadata.
      Returns:
      the nextLink value.
    • withNextLink

      public HybridIdentityMetadataList withNextLink(String nextLink)
      Set the nextLink property: Url to follow for getting next page of HybridIdentityMetadata.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the HybridIdentityMetadataList object itself.
    • value

      Get the value property: Array of HybridIdentityMetadata.
      Returns:
      the value value.
    • withValue

      Set the value property: Array of HybridIdentityMetadata.
      Parameters:
      value - the value value to set.
      Returns:
      the HybridIdentityMetadataList object itself.
    • validate

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