Struct aws_sdk_codecommit::operation::delete_pull_request_approval_rule::builders::DeletePullRequestApprovalRuleOutputBuilder
source · #[non_exhaustive]pub struct DeletePullRequestApprovalRuleOutputBuilder { /* private fields */ }Expand description
A builder for DeletePullRequestApprovalRuleOutput.
Implementations§
source§impl DeletePullRequestApprovalRuleOutputBuilder
impl DeletePullRequestApprovalRuleOutputBuilder
sourcepub fn approval_rule_id(self, input: impl Into<String>) -> Self
pub fn approval_rule_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_approval_rule_id(self, input: Option<String>) -> Self
pub fn set_approval_rule_id(self, input: Option<String>) -> Self
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.
sourcepub fn get_approval_rule_id(&self) -> &Option<String>
pub fn get_approval_rule_id(&self) -> &Option<String>
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.
sourcepub fn build(self) -> Result<DeletePullRequestApprovalRuleOutput, BuildError>
pub fn build(self) -> Result<DeletePullRequestApprovalRuleOutput, BuildError>
Consumes the builder and constructs a DeletePullRequestApprovalRuleOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for DeletePullRequestApprovalRuleOutputBuilder
impl Clone for DeletePullRequestApprovalRuleOutputBuilder
source§fn clone(&self) -> DeletePullRequestApprovalRuleOutputBuilder
fn clone(&self) -> DeletePullRequestApprovalRuleOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DeletePullRequestApprovalRuleOutputBuilder
impl Default for DeletePullRequestApprovalRuleOutputBuilder
source§fn default() -> DeletePullRequestApprovalRuleOutputBuilder
fn default() -> DeletePullRequestApprovalRuleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeletePullRequestApprovalRuleOutputBuilder
impl PartialEq for DeletePullRequestApprovalRuleOutputBuilder
source§fn eq(&self, other: &DeletePullRequestApprovalRuleOutputBuilder) -> bool
fn eq(&self, other: &DeletePullRequestApprovalRuleOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeletePullRequestApprovalRuleOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeletePullRequestApprovalRuleOutputBuilder
impl Send for DeletePullRequestApprovalRuleOutputBuilder
impl Sync for DeletePullRequestApprovalRuleOutputBuilder
impl Unpin for DeletePullRequestApprovalRuleOutputBuilder
impl UnwindSafe for DeletePullRequestApprovalRuleOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.