Class IsBinaryFile
- java.lang.Object
-
- software.amazon.awssdk.services.codecommit.model.IsBinaryFile
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IsBinaryFile.Builder,IsBinaryFile>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIsBinaryFile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanbase()The binary or non-binary status of a file in the base of a merge or pull request.static IsBinaryFile.Builderbuilder()Booleandestination()The binary or non-binary status of a file in the destination of a merge or pull request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IsBinaryFile.Builder>serializableBuilderClass()Booleansource()The binary or non-binary status of file in the source of a merge or pull request.IsBinaryFile.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
source
public final Boolean source()
The binary or non-binary status of file in the source of a merge or pull request.
- Returns:
- The binary or non-binary status of file in the source of a merge or pull request.
-
destination
public final Boolean destination()
The binary or non-binary status of a file in the destination of a merge or pull request.
- Returns:
- The binary or non-binary status of a file in the destination of a merge or pull request.
-
base
public final Boolean base()
The binary or non-binary status of a file in the base of a merge or pull request.
- Returns:
- The binary or non-binary status of a file in the base of a merge or pull request.
-
toBuilder
public IsBinaryFile.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IsBinaryFile.Builder,IsBinaryFile>
-
builder
public static IsBinaryFile.Builder builder()
-
serializableBuilderClass
public static Class<? extends IsBinaryFile.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-