Class CapabilitiesListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerinstance.models.CapabilitiesListResult
-
public final class CapabilitiesListResult extends Object
The response containing list of capabilities.
-
-
Constructor Summary
Constructors Constructor Description CapabilitiesListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URI to fetch the next page of capabilities.voidvalidate()Validates the instance.List<Capabilities>value()Get the value property: The list of capabilities.CapabilitiesListResultwithNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of capabilities.CapabilitiesListResultwithValue(List<Capabilities> value)Set the value property: The list of capabilities.
-
-
-
Method Detail
-
value
public List<Capabilities> value()
Get the value property: The list of capabilities.- Returns:
- the value value.
-
withValue
public CapabilitiesListResult withValue(List<Capabilities> value)
Set the value property: The list of capabilities.- Parameters:
value- the value value to set.- Returns:
- the CapabilitiesListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of capabilities.- Returns:
- the nextLink value.
-
withNextLink
public CapabilitiesListResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of capabilities.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the CapabilitiesListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-