Struct aws_sdk_codeartifact::operation::delete_repository_permissions_policy::builders::DeleteRepositoryPermissionsPolicyOutputBuilder
source · #[non_exhaustive]pub struct DeleteRepositoryPermissionsPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteRepositoryPermissionsPolicyOutput
.
Implementations§
source§impl DeleteRepositoryPermissionsPolicyOutputBuilder
impl DeleteRepositoryPermissionsPolicyOutputBuilder
sourcepub fn policy(self, input: ResourcePolicy) -> Self
pub fn policy(self, input: ResourcePolicy) -> Self
Information about the deleted policy after processing the request.
sourcepub fn set_policy(self, input: Option<ResourcePolicy>) -> Self
pub fn set_policy(self, input: Option<ResourcePolicy>) -> Self
Information about the deleted policy after processing the request.
sourcepub fn get_policy(&self) -> &Option<ResourcePolicy>
pub fn get_policy(&self) -> &Option<ResourcePolicy>
Information about the deleted policy after processing the request.
sourcepub fn build(self) -> DeleteRepositoryPermissionsPolicyOutput
pub fn build(self) -> DeleteRepositoryPermissionsPolicyOutput
Consumes the builder and constructs a DeleteRepositoryPermissionsPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteRepositoryPermissionsPolicyOutputBuilder
impl Clone for DeleteRepositoryPermissionsPolicyOutputBuilder
source§fn clone(&self) -> DeleteRepositoryPermissionsPolicyOutputBuilder
fn clone(&self) -> DeleteRepositoryPermissionsPolicyOutputBuilder
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 DeleteRepositoryPermissionsPolicyOutputBuilder
impl Default for DeleteRepositoryPermissionsPolicyOutputBuilder
source§fn default() -> DeleteRepositoryPermissionsPolicyOutputBuilder
fn default() -> DeleteRepositoryPermissionsPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteRepositoryPermissionsPolicyOutputBuilder
impl PartialEq for DeleteRepositoryPermissionsPolicyOutputBuilder
source§fn eq(&self, other: &DeleteRepositoryPermissionsPolicyOutputBuilder) -> bool
fn eq(&self, other: &DeleteRepositoryPermissionsPolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteRepositoryPermissionsPolicyOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteRepositoryPermissionsPolicyOutputBuilder
impl RefUnwindSafe for DeleteRepositoryPermissionsPolicyOutputBuilder
impl Send for DeleteRepositoryPermissionsPolicyOutputBuilder
impl Sync for DeleteRepositoryPermissionsPolicyOutputBuilder
impl Unpin for DeleteRepositoryPermissionsPolicyOutputBuilder
impl UnwindSafe for DeleteRepositoryPermissionsPolicyOutputBuilder
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.