@Generated(value="software.amazon.awssdk:codegen") public final class SourceFileSpecifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceFileSpecifier.Builder,SourceFileSpecifier>
Information about a source file that is part of changes made in a commit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceFileSpecifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceFileSpecifier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filePath()
The full path to the file, including the name of the file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isMove()
Whether to remove the source file from the parent commit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceFileSpecifier.Builder> |
serializableBuilderClass() |
SourceFileSpecifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String filePath()
The full path to the file, including the name of the file.
public Boolean isMove()
Whether to remove the source file from the parent commit.
public SourceFileSpecifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceFileSpecifier.Builder,SourceFileSpecifier>public static SourceFileSpecifier.Builder builder()
public static Class<? extends SourceFileSpecifier.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.