@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CommitDiffSourceCodeType extends Object implements Serializable, Cloneable, StructuredPojo
The commit diff for the pull request.
| Constructor and Description |
|---|
CommitDiffSourceCodeType() |
| Modifier and Type | Method and Description |
|---|---|
CommitDiffSourceCodeType |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationCommit()
The SHA of the destination commit.
|
String |
getSourceCommit()
The SHA of the source commit.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestinationCommit(String destinationCommit)
The SHA of the destination commit.
|
void |
setSourceCommit(String sourceCommit)
The SHA of the source commit.
|
String |
toString()
Returns a string representation of this object.
|
CommitDiffSourceCodeType |
withDestinationCommit(String destinationCommit)
The SHA of the destination commit.
|
CommitDiffSourceCodeType |
withSourceCommit(String sourceCommit)
The SHA of the source commit.
|
public void setSourceCommit(String sourceCommit)
The SHA of the source commit.
sourceCommit - The SHA of the source commit.public String getSourceCommit()
The SHA of the source commit.
public CommitDiffSourceCodeType withSourceCommit(String sourceCommit)
The SHA of the source commit.
sourceCommit - The SHA of the source commit.public void setDestinationCommit(String destinationCommit)
The SHA of the destination commit.
destinationCommit - The SHA of the destination commit.public String getDestinationCommit()
The SHA of the destination commit.
public CommitDiffSourceCodeType withDestinationCommit(String destinationCommit)
The SHA of the destination commit.
destinationCommit - The SHA of the destination commit.public String toString()
toString in class ObjectObject.toString()public CommitDiffSourceCodeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.