Package com.amazonaws.services.ecr.model
Class UploadLayerPartResult
- java.lang.Object
-
- com.amazonaws.services.ecr.model.UploadLayerPartResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class UploadLayerPartResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadLayerPartResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadLayerPartResult
clone()
boolean
equals(Object obj)
Long
getLastByteReceived()
The integer value of the last byte received in the request.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 request.int
hashCode()
void
setLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.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 request.String
toString()
Returns a string representation of this object; useful for testing and debugging.UploadLayerPartResult
withLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.UploadLayerPartResult
withRegistryId(String registryId)
The registry ID associated with the request.UploadLayerPartResult
withRepositoryName(String repositoryName)
The repository name associated with the request.UploadLayerPartResult
withUploadId(String uploadId)
The upload ID associated with the request.
-
-
-
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 UploadLayerPartResult 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 UploadLayerPartResult 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 request.
- Parameters:
uploadId
- The upload ID associated with the request.
-
getUploadId
public String getUploadId()
The upload ID associated with the request.
- Returns:
- The upload ID associated with the request.
-
withUploadId
public UploadLayerPartResult withUploadId(String uploadId)
The upload ID associated with the request.
- Parameters:
uploadId
- The upload ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastByteReceived
public void setLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
- Parameters:
lastByteReceived
- The integer value of the last byte received in the request.
-
getLastByteReceived
public Long getLastByteReceived()
The integer value of the last byte received in the request.
- Returns:
- The integer value of the last byte received in the request.
-
withLastByteReceived
public UploadLayerPartResult withLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
- Parameters:
lastByteReceived
- The integer value of the last byte received in the request.- 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 UploadLayerPartResult clone()
-
-