Class ResourcesResponseInner
java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.ResourcesResponseInner
Resources Response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the customDomains property: The customDomains property.Get the endpoints property: The endpoints property.voidvalidate()Validates the instance.withCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains) Set the customDomains property: The customDomains property.withEndpoints(List<ResourcesResponseEndpointsItem> endpoints) Set the endpoints property: The endpoints property.
-
Constructor Details
-
ResourcesResponseInner
public ResourcesResponseInner()
-
-
Method Details
-
endpoints
Get the endpoints property: The endpoints property.- Returns:
- the endpoints value.
-
withEndpoints
Set the endpoints property: The endpoints property.- Parameters:
endpoints- the endpoints value to set.- Returns:
- the ResourcesResponseInner object itself.
-
customDomains
Get the customDomains property: The customDomains property.- Returns:
- the customDomains value.
-
withCustomDomains
public ResourcesResponseInner withCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains) Set the customDomains property: The customDomains property.- Parameters:
customDomains- the customDomains value to set.- Returns:
- the ResourcesResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-