Class CachedImagesListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerinstance.models.CachedImagesListResult
-
public final class CachedImagesListResult extends Object
The response containing cached images.
-
-
Constructor Summary
Constructors Constructor Description CachedImagesListResult()
-
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 cached images.voidvalidate()Validates the instance.List<CachedImages>value()Get the value property: The list of cached images.CachedImagesListResultwithNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of cached images.CachedImagesListResultwithValue(List<CachedImages> value)Set the value property: The list of cached images.
-
-
-
Method Detail
-
value
public List<CachedImages> value()
Get the value property: The list of cached images.- Returns:
- the value value.
-
withValue
public CachedImagesListResult withValue(List<CachedImages> value)
Set the value property: The list of cached images.- Parameters:
value- the value value to set.- Returns:
- the CachedImagesListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of cached images.- Returns:
- the nextLink value.
-
withNextLink
public CachedImagesListResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of cached images.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the CachedImagesListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-