@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFileResponse extends CodeCommitResponse implements ToCopyableBuilder<DeleteFileResponse.Builder,DeleteFileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
blobId()
The blob ID removed from the tree as part of deleting the file.
|
static DeleteFileResponse.Builder |
builder() |
String |
commitId()
The full commit ID of the commit that contains the change that deletes the file.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filePath()
The fully qualified path to the file to be deleted, including the full name and extension of that file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFileResponse.Builder> |
serializableBuilderClass() |
DeleteFileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
treeId()
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String commitId()
The full commit ID of the commit that contains the change that deletes the file.
public String blobId()
The blob ID removed from the tree as part of deleting the file.
public String treeId()
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
public String filePath()
The fully qualified path to the file to be deleted, including the full name and extension of that file.
public DeleteFileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFileResponse.Builder,DeleteFileResponse>toBuilder in class AwsResponsepublic static DeleteFileResponse.Builder builder()
public static Class<? extends DeleteFileResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.