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
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.