Struct aws_sdk_ssoadmin::operation::delete_permission_set::builders::DeletePermissionSetOutputBuilder
source · #[non_exhaustive]pub struct DeletePermissionSetOutputBuilder { /* private fields */ }Expand description
A builder for DeletePermissionSetOutput.
Implementations§
source§impl DeletePermissionSetOutputBuilder
impl DeletePermissionSetOutputBuilder
sourcepub fn build(self) -> DeletePermissionSetOutput
pub fn build(self) -> DeletePermissionSetOutput
Consumes the builder and constructs a DeletePermissionSetOutput.
Trait Implementations§
source§impl Clone for DeletePermissionSetOutputBuilder
impl Clone for DeletePermissionSetOutputBuilder
source§fn clone(&self) -> DeletePermissionSetOutputBuilder
fn clone(&self) -> DeletePermissionSetOutputBuilder
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 DeletePermissionSetOutputBuilder
impl Default for DeletePermissionSetOutputBuilder
source§fn default() -> DeletePermissionSetOutputBuilder
fn default() -> DeletePermissionSetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeletePermissionSetOutputBuilder> for DeletePermissionSetOutputBuilder
impl PartialEq<DeletePermissionSetOutputBuilder> for DeletePermissionSetOutputBuilder
source§fn eq(&self, other: &DeletePermissionSetOutputBuilder) -> bool
fn eq(&self, other: &DeletePermissionSetOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.