@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IsBinaryFile extends Object implements Serializable, Cloneable, StructuredPojo
Information about whether a file is binary or textual in a merge or pull request operation.
Constructor and Description |
---|
IsBinaryFile() |
Modifier and Type | Method and Description |
---|---|
IsBinaryFile |
clone() |
boolean |
equals(Object obj) |
Boolean |
getBase()
The binary or non-binary status of a file in the base of a merge or pull request.
|
Boolean |
getDestination()
The binary or non-binary status of a file in the destination of a merge or pull request.
|
Boolean |
getSource()
The binary or non-binary status of file in the source of a merge or pull request.
|
int |
hashCode() |
Boolean |
isBase()
The binary or non-binary status of a file in the base of a merge or pull request.
|
Boolean |
isDestination()
The binary or non-binary status of a file in the destination of a merge or pull request.
|
Boolean |
isSource()
The binary or non-binary status of file in the source of a merge or pull request.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBase(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
|
void |
setDestination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
|
void |
setSource(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
|
String |
toString()
Returns a string representation of this object.
|
IsBinaryFile |
withBase(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
|
IsBinaryFile |
withDestination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
|
IsBinaryFile |
withSource(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
|
public void setSource(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
source
- The binary or non-binary status of file in the source of a merge or pull request.public Boolean getSource()
The binary or non-binary status of file in the source of a merge or pull request.
public IsBinaryFile withSource(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
source
- The binary or non-binary status of file in the source of a merge or pull request.public Boolean isSource()
The binary or non-binary status of file in the source of a merge or pull request.
public void setDestination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
destination
- The binary or non-binary status of a file in the destination of a merge or pull request.public Boolean getDestination()
The binary or non-binary status of a file in the destination of a merge or pull request.
public IsBinaryFile withDestination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
destination
- The binary or non-binary status of a file in the destination of a merge or pull request.public Boolean isDestination()
The binary or non-binary status of a file in the destination of a merge or pull request.
public void setBase(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
base
- The binary or non-binary status of a file in the base of a merge or pull request.public Boolean getBase()
The binary or non-binary status of a file in the base of a merge or pull request.
public IsBinaryFile withBase(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
base
- The binary or non-binary status of a file in the base of a merge or pull request.public Boolean isBase()
The binary or non-binary status of a file in the base of a merge or pull request.
public String toString()
toString
in class Object
Object.toString()
public IsBinaryFile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.