@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMergeConflictsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMergeConflictsResult() |
Modifier and Type | Method and Description |
---|---|
GetMergeConflictsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
Boolean |
getMergeable()
A Boolean value that indicates whether the code is mergable by the specified merge option.
|
String |
getSourceCommitId()
The commit ID of the source commit specifier that was used in the merge evaluation.
|
int |
hashCode() |
Boolean |
isMergeable()
A Boolean value that indicates whether the code is mergable by the specified merge option.
|
void |
setDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
void |
setMergeable(Boolean mergeable)
A Boolean value that indicates whether the code is mergable by the specified merge option.
|
void |
setSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
String |
toString()
Returns a string representation of this object.
|
GetMergeConflictsResult |
withDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
GetMergeConflictsResult |
withMergeable(Boolean mergeable)
A Boolean value that indicates whether the code is mergable by the specified merge option.
|
GetMergeConflictsResult |
withSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMergeable(Boolean mergeable)
A Boolean value that indicates whether the code is mergable by the specified merge option.
mergeable
- A Boolean value that indicates whether the code is mergable by the specified merge option.public Boolean getMergeable()
A Boolean value that indicates whether the code is mergable by the specified merge option.
public GetMergeConflictsResult withMergeable(Boolean mergeable)
A Boolean value that indicates whether the code is mergable by the specified merge option.
mergeable
- A Boolean value that indicates whether the code is mergable by the specified merge option.public Boolean isMergeable()
A Boolean value that indicates whether the code is mergable by the specified merge option.
public void setDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
destinationCommitId
- The commit ID of the destination commit specifier that was used in the merge evaluation.public String getDestinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
public GetMergeConflictsResult withDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
destinationCommitId
- The commit ID of the destination commit specifier that was used in the merge evaluation.public void setSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
sourceCommitId
- The commit ID of the source commit specifier that was used in the merge evaluation.public String getSourceCommitId()
The commit ID of the source commit specifier that was used in the merge evaluation.
public GetMergeConflictsResult withSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
sourceCommitId
- The commit ID of the source commit specifier that was used in the merge evaluation.public String toString()
toString
in class Object
Object.toString()
public GetMergeConflictsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.