pub struct GetPullRequestOverrideState<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to GetPullRequestOverrideState
.
Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
Implementations
impl<C, M, R> GetPullRequestOverrideState<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetPullRequestOverrideState<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetPullRequestOverrideStateOutput, SdkError<GetPullRequestOverrideStateError>> where
R::Policy: SmithyRetryPolicy<GetPullRequestOverrideStateInputOperationOutputAlias, GetPullRequestOverrideStateOutput, GetPullRequestOverrideStateError, GetPullRequestOverrideStateInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetPullRequestOverrideStateOutput, SdkError<GetPullRequestOverrideStateError>> where
R::Policy: SmithyRetryPolicy<GetPullRequestOverrideStateInputOperationOutputAlias, GetPullRequestOverrideStateOutput, GetPullRequestOverrideStateError, GetPullRequestOverrideStateInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest
.
The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest
.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetPullRequestOverrideState<C, M, R>
impl<C, M, R> Send for GetPullRequestOverrideState<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetPullRequestOverrideState<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetPullRequestOverrideState<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetPullRequestOverrideState<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more