Class LinkedNotificationHubInner
java.lang.Object
com.azure.resourcemanager.communication.fluent.models.LinkedNotificationHubInner
A notification hub that has been linked to the communication service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId property: The resource ID of the notification hub.void
validate()
Validates the instance.withResourceId
(String resourceId) Set the resourceId property: The resource ID of the notification hub.
-
Constructor Details
-
LinkedNotificationHubInner
public LinkedNotificationHubInner()
-
-
Method Details
-
resourceId
Get the resourceId property: The resource ID of the notification hub.- Returns:
- the resourceId value.
-
withResourceId
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.
-