@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPullRequestOverrideStateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPullRequestOverrideStateResult() |
Modifier and Type | Method and Description |
---|---|
GetPullRequestOverrideStateResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getOverridden()
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval
rules still apply (FALSE).
|
String |
getOverrider()
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the
pull request.
|
int |
hashCode() |
Boolean |
isOverridden()
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval
rules still apply (FALSE).
|
void |
setOverridden(Boolean overridden)
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval
rules still apply (FALSE).
|
void |
setOverrider(String overrider)
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the
pull request.
|
String |
toString()
Returns a string representation of this object.
|
GetPullRequestOverrideStateResult |
withOverridden(Boolean overridden)
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval
rules still apply (FALSE).
|
GetPullRequestOverrideStateResult |
withOverrider(String overrider)
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the
pull request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOverridden(Boolean overridden)
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
overridden
- A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all
approval rules still apply (FALSE).public Boolean getOverridden()
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
public GetPullRequestOverrideStateResult withOverridden(Boolean overridden)
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
overridden
- A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all
approval rules still apply (FALSE).public Boolean isOverridden()
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
public void setOverrider(String overrider)
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
overrider
- The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for
the pull request.public String getOverrider()
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
public GetPullRequestOverrideStateResult withOverrider(String overrider)
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
overrider
- The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for
the pull request.public String toString()
toString
in class Object
Object.toString()
public GetPullRequestOverrideStateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.