Package com.amazonaws.services.ecr.model
Class ImageIdentifier
java.lang.Object
com.amazonaws.services.ecr.model.ImageIdentifier
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Thesha256
digest of the image manifest.The tag used for the image.int
hashCode()
void
setImageDigest
(String imageDigest) Thesha256
digest of the image manifest.void
setImageTag
(String imageTag) The tag used for the image.toString()
Returns a string representation of this object; useful for testing and debugging.withImageDigest
(String imageDigest) Thesha256
digest of the image manifest.withImageTag
(String imageTag) The tag used for the image.
-
Constructor Details
-
ImageIdentifier
public ImageIdentifier()
-
-
Method Details
-
setImageDigest
The
sha256
digest of the image manifest.- Parameters:
imageDigest
- Thesha256
digest of the image manifest.
-
getImageDigest
The
sha256
digest of the image manifest.- Returns:
- The
sha256
digest of the image manifest.
-
withImageDigest
The
sha256
digest of the image manifest.- Parameters:
imageDigest
- Thesha256
digest of the image manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setImageTag
The tag used for the image.
- Parameters:
imageTag
- The tag used for the image.
-
getImageTag
The tag used for the image.
- Returns:
- The tag used for the image.
-
withImageTag
The tag used for the image.
- Parameters:
imageTag
- The tag used for 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
-