Class ListContentKeysResponseInner

java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.ListContentKeysResponseInner

public final class ListContentKeysResponseInner extends Object
Class of response for listContentKeys action.
  • Constructor Details

    • ListContentKeysResponseInner

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

    • contentKeys

      public List<StreamingLocatorContentKey> contentKeys()
      Get the contentKeys property: ContentKeys used by current Streaming Locator.
      Returns:
      the contentKeys value.
    • withContentKeys

      public ListContentKeysResponseInner withContentKeys(List<StreamingLocatorContentKey> contentKeys)
      Set the contentKeys property: ContentKeys used by current Streaming Locator.
      Parameters:
      contentKeys - the contentKeys value to set.
      Returns:
      the ListContentKeysResponseInner object itself.
    • validate

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