Class SharedGalleryList
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.SharedGalleryList
-
public final class SharedGalleryList extends Object
The List Shared Galleries operation response.
-
-
Constructor Summary
Constructors Constructor Description SharedGalleryList()
-
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 shared galleries.voidvalidate()Validates the instance.List<SharedGalleryInner>value()Get the value property: A list of shared galleries.SharedGalleryListwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of shared galleries.SharedGalleryListwithValue(List<SharedGalleryInner> value)Set the value property: A list of shared galleries.
-
-
-
Method Detail
-
value
public List<SharedGalleryInner> value()
Get the value property: A list of shared galleries.- Returns:
- the value value.
-
withValue
public SharedGalleryList withValue(List<SharedGalleryInner> value)
Set the value property: A list of shared galleries.- Parameters:
value- the value value to set.- Returns:
- the SharedGalleryList object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries.- Returns:
- the nextLink value.
-
withNextLink
public SharedGalleryList withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the SharedGalleryList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-