Class ListChannelWithKeysResponseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.botservice.fluent.models.BotChannelInner
com.azure.resourcemanager.botservice.fluent.models.ListChannelWithKeysResponseInner

public final class ListChannelWithKeysResponseInner extends BotChannelInner
The ARM channel of list channel with keys operation response.
  • Constructor Details

    • ListChannelWithKeysResponseInner

      public ListChannelWithKeysResponseInner()
  • Method Details

    • resource

      public Channel resource()
      Get the resource property: The set of properties specific to bot channel resource.
      Returns:
      the resource value.
    • withResource

      public ListChannelWithKeysResponseInner withResource(Channel resource)
      Set the resource property: The set of properties specific to bot channel resource.
      Parameters:
      resource - the resource value to set.
      Returns:
      the ListChannelWithKeysResponseInner object itself.
    • setting

      public ChannelSettings setting()
      Get the setting property: Channel settings.
      Returns:
      the setting value.
    • withSetting

      public ListChannelWithKeysResponseInner withSetting(ChannelSettings setting)
      Set the setting property: Channel settings.
      Parameters:
      setting - the setting value to set.
      Returns:
      the ListChannelWithKeysResponseInner object itself.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public ListChannelWithKeysResponseInner withProvisioningState(String provisioningState)
      Set the provisioningState property: Provisioning state of the resource.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the ListChannelWithKeysResponseInner object itself.
    • entityTag

      public String entityTag()
      Get the entityTag property: Entity tag of the resource.
      Returns:
      the entityTag value.
    • withEntityTag

      public ListChannelWithKeysResponseInner withEntityTag(String entityTag)
      Set the entityTag property: Entity tag of the resource.
      Parameters:
      entityTag - the entityTag value to set.
      Returns:
      the ListChannelWithKeysResponseInner object itself.
    • changedTime

      public String changedTime()
      Get the changedTime property: Changed time of the resource.
      Returns:
      the changedTime value.
    • withChangedTime

      public ListChannelWithKeysResponseInner withChangedTime(String changedTime)
      Set the changedTime property: Changed time of the resource.
      Parameters:
      changedTime - the changedTime value to set.
      Returns:
      the ListChannelWithKeysResponseInner object itself.
    • withProperties

      public ListChannelWithKeysResponseInner withProperties(Channel properties)
      Set the properties property: The set of properties specific to bot channel resource.
      Overrides:
      withProperties in class BotChannelInner
      Parameters:
      properties - the properties value to set.
      Returns:
      the BotChannelInner object itself.
    • withSku

      public ListChannelWithKeysResponseInner withSku(Sku sku)
      Set the sku property: Gets or sets the SKU of the resource.
      Overrides:
      withSku in class BotChannelInner
      Parameters:
      sku - the sku value to set.
      Returns:
      the BotChannelInner object itself.
    • withKind

      public ListChannelWithKeysResponseInner withKind(Kind kind)
      Set the kind property: Required. Gets or sets the Kind of the resource.
      Overrides:
      withKind in class BotChannelInner
      Parameters:
      kind - the kind value to set.
      Returns:
      the BotChannelInner object itself.
    • withEtag

      public ListChannelWithKeysResponseInner withEtag(String etag)
      Set the etag property: Entity Tag.
      Overrides:
      withEtag in class BotChannelInner
      Parameters:
      etag - the etag value to set.
      Returns:
      the BotChannelInner object itself.
    • withLocation

      public ListChannelWithKeysResponseInner withLocation(String location)
      Overrides:
      withLocation in class BotChannelInner
    • withTags

      Overrides:
      withTags in class BotChannelInner
    • validate

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