@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFileResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFileResult |
clone() |
boolean |
equals(Object obj) |
String |
getBlobId()
The blob ID removed from the tree as part of deleting the file.
|
String |
getCommitId()
The full commit ID of the commit that contains the change that deletes the file.
|
String |
getFilePath()
The fully qualified path to the file to be deleted, including the full name and extension of that file.
|
String |
getTreeId()
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
|
int |
hashCode() |
void |
setBlobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
|
void |
setCommitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
|
void |
setFilePath(String filePath)
The fully qualified path to the file to be deleted, including the full name and extension of that file.
|
void |
setTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFileResult |
withBlobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
|
DeleteFileResult |
withCommitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
|
DeleteFileResult |
withFilePath(String filePath)
The fully qualified path to the file to be deleted, including the full name and extension of that file.
|
DeleteFileResult |
withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCommitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
commitId
- The full commit ID of the commit that contains the change that deletes the file.public String getCommitId()
The full commit ID of the commit that contains the change that deletes the file.
public DeleteFileResult withCommitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
commitId
- The full commit ID of the commit that contains the change that deletes the file.public void setBlobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
blobId
- The blob ID removed from the tree as part of deleting the file.public String getBlobId()
The blob ID removed from the tree as part of deleting the file.
public DeleteFileResult withBlobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
blobId
- The blob ID removed from the tree as part of deleting the file.public void setTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
treeId
- The full SHA-1 pointer of the tree information for the commit that contains the delete file change.public String getTreeId()
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
public DeleteFileResult withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
treeId
- The full SHA-1 pointer of the tree information for the commit that contains the delete file change.public void setFilePath(String filePath)
The fully qualified path to the file to be deleted, including the full name and extension of that file.
filePath
- The fully qualified path to the file to be deleted, including the full name and extension of that file.public String getFilePath()
The fully qualified path to the file to be deleted, including the full name and extension of that file.
public DeleteFileResult withFilePath(String filePath)
The fully qualified path to the file to be deleted, including the full name and extension of that file.
filePath
- The fully qualified path to the file to be deleted, including the full name and extension of that file.public String toString()
toString
in class Object
Object.toString()
public DeleteFileResult clone()