Class ResourcesResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.cdn.fluent.models.ResourcesResponseInner
-
public final class ResourcesResponseInner extends Object
Resources Response.
-
-
Constructor Summary
Constructors Constructor Description ResourcesResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourcesResponseCustomDomainsItem>customDomains()Get the customDomains property: The customDomains property.List<ResourcesResponseEndpointsItem>endpoints()Get the endpoints property: The endpoints property.voidvalidate()Validates the instance.ResourcesResponseInnerwithCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains)Set the customDomains property: The customDomains property.ResourcesResponseInnerwithEndpoints(List<ResourcesResponseEndpointsItem> endpoints)Set the endpoints property: The endpoints property.
-
-
-
Method Detail
-
endpoints
public List<ResourcesResponseEndpointsItem> endpoints()
Get the endpoints property: The endpoints property.- Returns:
- the endpoints value.
-
withEndpoints
public ResourcesResponseInner withEndpoints(List<ResourcesResponseEndpointsItem> endpoints)
Set the endpoints property: The endpoints property.- Parameters:
endpoints- the endpoints value to set.- Returns:
- the ResourcesResponseInner object itself.
-
customDomains
public List<ResourcesResponseCustomDomainsItem> 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.
-
-