@Generated(value="software.amazon.awssdk:codegen") public final class IsBinaryFile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IsBinaryFile.Builder,IsBinaryFile>
Information about whether a file is binary or textual in a merge or pull request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IsBinaryFile.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
base()
The binary or non-binary status of a file in the base of a merge or pull request.
|
static IsBinaryFile.Builder |
builder() |
Boolean |
destination()
The binary or non-binary status of a file in the destination of a merge or pull request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IsBinaryFile.Builder> |
serializableBuilderClass() |
Boolean |
source()
The binary or non-binary status of file in the source of a merge or pull request.
|
IsBinaryFile.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean source()
The binary or non-binary status of file in the source of a merge or pull request.
public final Boolean destination()
The binary or non-binary status of a file in the destination of a merge or pull request.
public final Boolean base()
The binary or non-binary status of a file in the base of a merge or pull request.
public IsBinaryFile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IsBinaryFile.Builder,IsBinaryFile>public static IsBinaryFile.Builder builder()
public static Class<? extends IsBinaryFile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.