@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceCodeType extends Object implements Serializable, Cloneable, StructuredPojo
Information about the source code type.
| Constructor and Description |
|---|
SourceCodeType() |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeType |
clone() |
boolean |
equals(Object obj) |
CommitDiffSourceCodeType |
getCommitDiff()
The commit diff for the pull request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCommitDiff(CommitDiffSourceCodeType commitDiff)
The commit diff for the pull request.
|
String |
toString()
Returns a string representation of this object.
|
SourceCodeType |
withCommitDiff(CommitDiffSourceCodeType commitDiff)
The commit diff for the pull request.
|
public void setCommitDiff(CommitDiffSourceCodeType commitDiff)
The commit diff for the pull request.
commitDiff - The commit diff for the pull request.public CommitDiffSourceCodeType getCommitDiff()
The commit diff for the pull request.
public SourceCodeType withCommitDiff(CommitDiffSourceCodeType commitDiff)
The commit diff for the pull request.
commitDiff - The commit diff for the pull request.public String toString()
toString in class ObjectObject.toString()public SourceCodeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.