@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluatePullRequestApprovalRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
EvaluatePullRequestApprovalRulesResult() |
Modifier and Type | Method and Description |
---|---|
EvaluatePullRequestApprovalRulesResult |
clone() |
boolean |
equals(Object obj) |
Evaluation |
getEvaluation()
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names
of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and
whether the pull request approval rule has been set aside by an override.
|
int |
hashCode() |
void |
setEvaluation(Evaluation evaluation)
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names
of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and
whether the pull request approval rule has been set aside by an override.
|
String |
toString()
Returns a string representation of this object.
|
EvaluatePullRequestApprovalRulesResult |
withEvaluation(Evaluation evaluation)
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names
of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and
whether the pull request approval rule has been set aside by an override.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public EvaluatePullRequestApprovalRulesResult()
public void setEvaluation(Evaluation evaluation)
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override.
evaluation
- The result of the evaluation, including the names of the rules whose conditions have been met (if any),
the names of the rules whose conditions have not been met (if any), whether the pull request is in the
approved state, and whether the pull request approval rule has been set aside by an override.public Evaluation getEvaluation()
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override.
public EvaluatePullRequestApprovalRulesResult withEvaluation(Evaluation evaluation)
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override.
evaluation
- The result of the evaluation, including the names of the rules whose conditions have been met (if any),
the names of the rules whose conditions have not been met (if any), whether the pull request is in the
approved state, and whether the pull request approval rule has been set aside by an override.public String toString()
toString
in class Object
Object.toString()
public EvaluatePullRequestApprovalRulesResult clone()