Class LinkedNotificationHubInner

java.lang.Object
com.azure.resourcemanager.communication.fluent.models.LinkedNotificationHubInner

public final class LinkedNotificationHubInner extends Object
A notification hub that has been linked to the communication service.
  • Constructor Details

    • LinkedNotificationHubInner

      public LinkedNotificationHubInner()
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: The resource ID of the notification hub.
      Returns:
      the resourceId value.
    • withResourceId

      public LinkedNotificationHubInner withResourceId(String resourceId)
      Set the resourceId property: The resource ID of the notification hub.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the LinkedNotificationHubInner object itself.
    • validate

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