Package com.amazonaws.services.ecr.model
Class CompleteLayerUploadResult
- java.lang.Object
-
- com.amazonaws.services.ecr.model.CompleteLayerUploadResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CompleteLayerUploadResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompleteLayerUploadResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompleteLayerUploadResultclone()booleanequals(Object obj)StringgetLayerDigest()Thesha256digest of the image layer.StringgetRegistryId()The registry ID associated with the request.StringgetRepositoryName()The repository name associated with the request.StringgetUploadId()The upload ID associated with the layer.inthashCode()voidsetLayerDigest(String layerDigest)Thesha256digest of the image layer.voidsetRegistryId(String registryId)The registry ID associated with the request.voidsetRepositoryName(String repositoryName)The repository name associated with the request.voidsetUploadId(String uploadId)The upload ID associated with the layer.StringtoString()Returns a string representation of this object; useful for testing and debugging.CompleteLayerUploadResultwithLayerDigest(String layerDigest)Thesha256digest of the image layer.CompleteLayerUploadResultwithRegistryId(String registryId)The registry ID associated with the request.CompleteLayerUploadResultwithRepositoryName(String repositoryName)The repository name associated with the request.CompleteLayerUploadResultwithUploadId(String uploadId)The upload ID associated with the layer.
-
-
-
Method Detail
-
setRegistryId
public void setRegistryId(String registryId)
The registry ID associated with the request.
- Parameters:
registryId- The registry ID associated with the request.
-
getRegistryId
public String getRegistryId()
The registry ID associated with the request.
- Returns:
- The registry ID associated with the request.
-
withRegistryId
public CompleteLayerUploadResult withRegistryId(String registryId)
The registry ID associated with the request.
- Parameters:
registryId- The registry ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRepositoryName
public void setRepositoryName(String repositoryName)
The repository name associated with the request.
- Parameters:
repositoryName- The repository name associated with the request.
-
getRepositoryName
public String getRepositoryName()
The repository name associated with the request.
- Returns:
- The repository name associated with the request.
-
withRepositoryName
public CompleteLayerUploadResult withRepositoryName(String repositoryName)
The repository name associated with the request.
- Parameters:
repositoryName- The repository name associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUploadId
public void setUploadId(String uploadId)
The upload ID associated with the layer.
- Parameters:
uploadId- The upload ID associated with the layer.
-
getUploadId
public String getUploadId()
The upload ID associated with the layer.
- Returns:
- The upload ID associated with the layer.
-
withUploadId
public CompleteLayerUploadResult withUploadId(String uploadId)
The upload ID associated with the layer.
- Parameters:
uploadId- The upload ID associated with the layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLayerDigest
public void setLayerDigest(String layerDigest)
The
sha256digest of the image layer.- Parameters:
layerDigest- Thesha256digest of the image layer.
-
getLayerDigest
public String getLayerDigest()
The
sha256digest of the image layer.- Returns:
- The
sha256digest of the image layer.
-
withLayerDigest
public CompleteLayerUploadResult withLayerDigest(String layerDigest)
The
sha256digest of the image layer.- Parameters:
layerDigest- Thesha256digest of the image layer.- 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CompleteLayerUploadResult clone()
-
-