Class TagResult


  • public class TagResult
    extends Object
    The results of a image tag operation, including any tags and image metadata.
    • Constructor Detail

      • TagResult

        public TagResult()
    • Method Detail

      • tags

        public List<ImageTag> tags()
        Get the tags value.
        Returns:
        the tags value
      • withTags

        public TagResult withTags​(List<ImageTag> tags)
        Set the tags value.
        Parameters:
        tags - the tags value to set
        Returns:
        the TagResult object itself.
      • requestId

        public String requestId()
        Get the requestId value.
        Returns:
        the requestId value
      • withRequestId

        public TagResult withRequestId​(String requestId)
        Set the requestId value.
        Parameters:
        requestId - the requestId value to set
        Returns:
        the TagResult object itself.
      • metadata

        public ImageMetadata metadata()
        Get the metadata value.
        Returns:
        the metadata value
      • withMetadata

        public TagResult withMetadata​(ImageMetadata metadata)
        Set the metadata value.
        Parameters:
        metadata - the metadata value to set
        Returns:
        the TagResult object itself.
      • modelVersion

        public String modelVersion()
        Get the modelVersion value.
        Returns:
        the modelVersion value
      • withModelVersion

        public TagResult withModelVersion​(String modelVersion)
        Set the modelVersion value.
        Parameters:
        modelVersion - the modelVersion value to set
        Returns:
        the TagResult object itself.