@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPullRequestOverrideStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPullRequestOverrideStateRequest() |
Modifier and Type | Method and Description |
---|---|
GetPullRequestOverrideStateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPullRequestId()
The ID of the pull request for which you want to get information about whether approval rules have been set aside
(overridden).
|
String |
getRevisionId()
The system-generated ID of the revision for the pull request.
|
int |
hashCode() |
void |
setPullRequestId(String pullRequestId)
The ID of the pull request for which you want to get information about whether approval rules have been set aside
(overridden).
|
void |
setRevisionId(String revisionId)
The system-generated ID of the revision for the pull request.
|
String |
toString()
Returns a string representation of this object.
|
GetPullRequestOverrideStateRequest |
withPullRequestId(String pullRequestId)
The ID of the pull request for which you want to get information about whether approval rules have been set aside
(overridden).
|
GetPullRequestOverrideStateRequest |
withRevisionId(String revisionId)
The system-generated ID of the revision for the pull request.
|
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 setPullRequestId(String pullRequestId)
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
pullRequestId
- The ID of the pull request for which you want to get information about whether approval rules have been
set aside (overridden).public String getPullRequestId()
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
public GetPullRequestOverrideStateRequest withPullRequestId(String pullRequestId)
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
pullRequestId
- The ID of the pull request for which you want to get information about whether approval rules have been
set aside (overridden).public void setRevisionId(String revisionId)
The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.
revisionId
- The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use
GetPullRequest.public String getRevisionId()
The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.
public GetPullRequestOverrideStateRequest withRevisionId(String revisionId)
The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.
revisionId
- The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use
GetPullRequest.public String toString()
toString
in class Object
Object.toString()
public GetPullRequestOverrideStateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()