Class SharedGalleryInner


public final class SharedGalleryInner extends PirSharedGalleryResource
Specifies information about the Shared Gallery that you want to create or update.
  • Constructor Details

    • SharedGalleryInner

      public SharedGalleryInner()
      Creates an instance of SharedGalleryInner class.
  • Method Details

    • withUniqueId

      public SharedGalleryInner withUniqueId(String uniqueId)
      Set the uniqueId property: The unique id of this shared gallery.
      Overrides:
      withUniqueId in class PirSharedGalleryResource
      Parameters:
      uniqueId - the uniqueId value to set.
      Returns:
      the PirSharedGalleryResource object itself.
    • artifactTags

      public Map<String,String> artifactTags()
      Get the artifactTags property: The artifact tags of a shared gallery resource.
      Returns:
      the artifactTags value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class PirSharedGalleryResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.