| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluatePullRequestApprovalRulesResponse.Builder |
EvaluatePullRequestApprovalRulesResponse.builder() |
default EvaluatePullRequestApprovalRulesResponse.Builder |
EvaluatePullRequestApprovalRulesResponse.Builder.evaluation(Consumer<Evaluation.Builder> 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.
|
EvaluatePullRequestApprovalRulesResponse.Builder |
EvaluatePullRequestApprovalRulesResponse.Builder.evaluation(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.
|
EvaluatePullRequestApprovalRulesResponse.Builder |
EvaluatePullRequestApprovalRulesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EvaluatePullRequestApprovalRulesResponse.Builder> |
EvaluatePullRequestApprovalRulesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.