Class EventSubscriptionFullUrlInner
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.EventSubscriptionFullUrlInner
-
public final class EventSubscriptionFullUrlInner extends Object
Full endpoint url of an event subscription.
-
-
Constructor Summary
Constructors Constructor Description EventSubscriptionFullUrlInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringendpointUrl()Get the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.voidvalidate()Validates the instance.EventSubscriptionFullUrlInnerwithEndpointUrl(String endpointUrl)Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.
-
-
-
Method Detail
-
endpointUrl
public String endpointUrl()
Get the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.- Returns:
- the endpointUrl value.
-
withEndpointUrl
public EventSubscriptionFullUrlInner withEndpointUrl(String endpointUrl)
Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.- Parameters:
endpointUrl- the endpointUrl value to set.- Returns:
- the EventSubscriptionFullUrlInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-