Class Image
- All Implemented Interfaces:
Serializable
,Cloneable
Object representing an image.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An object containing the image tag and image digest associated with an image.The image manifest associated with the image.The AWS account ID associated with the registry containing the image.The name of the repository associated with the image.int
hashCode()
void
setImageId
(ImageIdentifier imageId) An object containing the image tag and image digest associated with an image.void
setImageManifest
(String imageManifest) The image manifest associated with the image.void
setRegistryId
(String registryId) The AWS account ID associated with the registry containing the image.void
setRepositoryName
(String repositoryName) The name of the repository associated with the image.toString()
Returns a string representation of this object; useful for testing and debugging.withImageId
(ImageIdentifier imageId) An object containing the image tag and image digest associated with an image.withImageManifest
(String imageManifest) The image manifest associated with the image.withRegistryId
(String registryId) The AWS account ID associated with the registry containing the image.withRepositoryName
(String repositoryName) The name of the repository associated with the image.
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
setRegistryId
The AWS account ID associated with the registry containing the image.
- Parameters:
registryId
- The AWS account ID associated with the registry containing the image.
-
getRegistryId
The AWS account ID associated with the registry containing the image.
- Returns:
- The AWS account ID associated with the registry containing the image.
-
withRegistryId
The AWS account ID associated with the registry containing the image.
- Parameters:
registryId
- The AWS account ID associated with the registry containing the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRepositoryName
The name of the repository associated with the image.
- Parameters:
repositoryName
- The name of the repository associated with the image.
-
getRepositoryName
The name of the repository associated with the image.
- Returns:
- The name of the repository associated with the image.
-
withRepositoryName
The name of the repository associated with the image.
- Parameters:
repositoryName
- The name of the repository associated with the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setImageId
An object containing the image tag and image digest associated with an image.
- Parameters:
imageId
- An object containing the image tag and image digest associated with an image.
-
getImageId
An object containing the image tag and image digest associated with an image.
- Returns:
- An object containing the image tag and image digest associated with an image.
-
withImageId
An object containing the image tag and image digest associated with an image.
- Parameters:
imageId
- An object containing the image tag and image digest associated with an image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setImageManifest
The image manifest associated with the image.
- Parameters:
imageManifest
- The image manifest associated with the image.
-
getImageManifest
The image manifest associated with the image.
- Returns:
- The image manifest associated with the image.
-
withImageManifest
The image manifest associated with the image.
- Parameters:
imageManifest
- The image manifest associated with the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-