@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCodeReviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCodeReviewResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCodeReviewResult |
clone() |
boolean |
equals(Object obj) |
CodeReview |
getCodeReview()
Information about the code review.
|
int |
hashCode() |
void |
setCodeReview(CodeReview codeReview)
Information about the code review.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCodeReviewResult |
withCodeReview(CodeReview codeReview)
Information about the code review.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCodeReview(CodeReview codeReview)
Information about the code review.
codeReview
- Information about the code review.public CodeReview getCodeReview()
Information about the code review.
public DescribeCodeReviewResult withCodeReview(CodeReview codeReview)
Information about the code review.
codeReview
- Information about the code review.public String toString()
toString
in class Object
Object.toString()
public DescribeCodeReviewResult clone()