@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCodeReviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeCodeReviewRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeCodeReviewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCodeReviewArn()
The Amazon Resource Name (ARN) of the code review to describe.
|
int |
hashCode() |
void |
setCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the code review to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCodeReviewRequest |
withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the code review to describe.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the code review to describe.
codeReviewArn
- The Amazon Resource Name (ARN) of the code review to describe.public String getCodeReviewArn()
The Amazon Resource Name (ARN) of the code review to describe.
public DescribeCodeReviewRequest withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the code review to describe.
codeReviewArn
- The Amazon Resource Name (ARN) of the code review to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeCodeReviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.