Class SharedGalleryIdentifier
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.SharedGalleryIdentifier
-
public final class SharedGalleryIdentifier extends Object
The identifier information of shared gallery.
-
-
Constructor Summary
Constructors Constructor Description SharedGalleryIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringuniqueId()Get the uniqueId property: The unique id of this shared gallery.voidvalidate()Validates the instance.SharedGalleryIdentifierwithUniqueId(String uniqueId)Set the uniqueId property: The unique id of this shared gallery.
-
-
-
Method Detail
-
uniqueId
public String uniqueId()
Get the uniqueId property: The unique id of this shared gallery.- Returns:
- the uniqueId value.
-
withUniqueId
public SharedGalleryIdentifier withUniqueId(String uniqueId)
Set the uniqueId property: The unique id of this shared gallery.- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the SharedGalleryIdentifier object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-