@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePullRequestApprovalRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeletePullRequestApprovalRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeletePullRequestApprovalRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApprovalRuleName()
The name of the approval rule you want to delete.
|
String |
getPullRequestId()
The system-generated ID of the pull request that contains the approval rule you want to delete.
|
int |
hashCode() |
void |
setApprovalRuleName(String approvalRuleName)
The name of the approval rule you want to delete.
|
void |
setPullRequestId(String pullRequestId)
The system-generated ID of the pull request that contains the approval rule you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeletePullRequestApprovalRuleRequest |
withApprovalRuleName(String approvalRuleName)
The name of the approval rule you want to delete.
|
DeletePullRequestApprovalRuleRequest |
withPullRequestId(String pullRequestId)
The system-generated ID of the pull request that contains the approval rule you want to delete.
|
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, withSdkRequestTimeoutpublic DeletePullRequestApprovalRuleRequest()
public void setPullRequestId(String pullRequestId)
The system-generated ID of the pull request that contains the approval rule you want to delete.
pullRequestId - The system-generated ID of the pull request that contains the approval rule you want to delete.public String getPullRequestId()
The system-generated ID of the pull request that contains the approval rule you want to delete.
public DeletePullRequestApprovalRuleRequest withPullRequestId(String pullRequestId)
The system-generated ID of the pull request that contains the approval rule you want to delete.
pullRequestId - The system-generated ID of the pull request that contains the approval rule you want to delete.public void setApprovalRuleName(String approvalRuleName)
The name of the approval rule you want to delete.
approvalRuleName - The name of the approval rule you want to delete.public String getApprovalRuleName()
The name of the approval rule you want to delete.
public DeletePullRequestApprovalRuleRequest withApprovalRuleName(String approvalRuleName)
The name of the approval rule you want to delete.
approvalRuleName - The name of the approval rule you want to delete.public String toString()
toString in class ObjectObject.toString()public DeletePullRequestApprovalRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()