Class PutImageRequest

    • Constructor Detail

      • PutImageRequest

        public PutImageRequest()
    • Method Detail

      • setRegistryId

        public void setRegistryId​(String registryId)

        The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

        Parameters:
        registryId - The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
      • getRegistryId

        public String getRegistryId()

        The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

        Returns:
        The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
      • withRegistryId

        public PutImageRequest withRegistryId​(String registryId)

        The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

        Parameters:
        registryId - The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRepositoryName

        public void setRepositoryName​(String repositoryName)

        The name of the repository in which to put the image.

        Parameters:
        repositoryName - The name of the repository in which to put the image.
      • getRepositoryName

        public String getRepositoryName()

        The name of the repository in which to put the image.

        Returns:
        The name of the repository in which to put the image.
      • withRepositoryName

        public PutImageRequest withRepositoryName​(String repositoryName)

        The name of the repository in which to put the image.

        Parameters:
        repositoryName - The name of the repository in which to put the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setImageManifest

        public void setImageManifest​(String imageManifest)

        The image manifest corresponding to the image to be uploaded.

        Parameters:
        imageManifest - The image manifest corresponding to the image to be uploaded.
      • getImageManifest

        public String getImageManifest()

        The image manifest corresponding to the image to be uploaded.

        Returns:
        The image manifest corresponding to the image to be uploaded.
      • withImageManifest

        public PutImageRequest withImageManifest​(String imageManifest)

        The image manifest corresponding to the image to be uploaded.

        Parameters:
        imageManifest - The image manifest corresponding to the image to be uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object