@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePullRequestApprovalRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePullRequestApprovalRuleResult() |
Modifier and Type | Method and Description |
---|---|
DeletePullRequestApprovalRuleResult |
clone() |
boolean |
equals(Object obj) |
String |
getApprovalRuleId()
The ID of the deleted approval rule.
|
int |
hashCode() |
void |
setApprovalRuleId(String approvalRuleId)
The ID of the deleted approval rule.
|
String |
toString()
Returns a string representation of this object.
|
DeletePullRequestApprovalRuleResult |
withApprovalRuleId(String approvalRuleId)
The ID of the deleted approval rule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApprovalRuleId(String approvalRuleId)
The ID of the deleted approval rule.
If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
approvalRuleId
- The ID of the deleted approval rule. If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
public String getApprovalRuleId()
The ID of the deleted approval rule.
If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
public DeletePullRequestApprovalRuleResult withApprovalRuleId(String approvalRuleId)
The ID of the deleted approval rule.
If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
approvalRuleId
- The ID of the deleted approval rule. If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
public String toString()
toString
in class Object
Object.toString()
public DeletePullRequestApprovalRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.