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 CompleteLayerUploadResult
clone()
boolean
equals(Object obj)
String
getLayerDigest()
Thesha256
digest of the image layer.String
getRegistryId()
The registry ID associated with the request.String
getRepositoryName()
The repository name associated with the request.String
getUploadId()
The upload ID associated with the layer.int
hashCode()
void
setLayerDigest(String layerDigest)
Thesha256
digest of the image layer.void
setRegistryId(String registryId)
The registry ID associated with the request.void
setRepositoryName(String repositoryName)
The repository name associated with the request.void
setUploadId(String uploadId)
The upload ID associated with the layer.String
toString()
Returns a string representation of this object; useful for testing and debugging.CompleteLayerUploadResult
withLayerDigest(String layerDigest)
Thesha256
digest of the image layer.CompleteLayerUploadResult
withRegistryId(String registryId)
The registry ID associated with the request.CompleteLayerUploadResult
withRepositoryName(String repositoryName)
The repository name associated with the request.CompleteLayerUploadResult
withUploadId(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
sha256
digest of the image layer.- Parameters:
layerDigest
- Thesha256
digest of the image layer.
-
getLayerDigest
public String getLayerDigest()
The
sha256
digest of the image layer.- Returns:
- The
sha256
digest of the image layer.
-
withLayerDigest
public CompleteLayerUploadResult withLayerDigest(String layerDigest)
The
sha256
digest of the image layer.- Parameters:
layerDigest
- Thesha256
digest 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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CompleteLayerUploadResult clone()
-
-