Struct aws_sdk_ssoadmin::operation::put_permissions_boundary_to_permission_set::builders::PutPermissionsBoundaryToPermissionSetInputBuilder
source · #[non_exhaustive]pub struct PutPermissionsBoundaryToPermissionSetInputBuilder { /* private fields */ }Expand description
A builder for PutPermissionsBoundaryToPermissionSetInput.
Implementations§
source§impl PutPermissionsBoundaryToPermissionSetInputBuilder
impl PutPermissionsBoundaryToPermissionSetInputBuilder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed.
This field is required.sourcepub fn set_instance_arn(self, input: Option<String>) -> Self
pub fn set_instance_arn(self, input: Option<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed.
sourcepub fn get_instance_arn(&self) -> &Option<String>
pub fn get_instance_arn(&self) -> &Option<String>
The ARN of the IAM Identity Center instance under which the operation will be executed.
sourcepub fn permission_set_arn(self, input: impl Into<String>) -> Self
pub fn permission_set_arn(self, input: impl Into<String>) -> Self
The ARN of the PermissionSet.
sourcepub fn set_permission_set_arn(self, input: Option<String>) -> Self
pub fn set_permission_set_arn(self, input: Option<String>) -> Self
The ARN of the PermissionSet.
sourcepub fn get_permission_set_arn(&self) -> &Option<String>
pub fn get_permission_set_arn(&self) -> &Option<String>
The ARN of the PermissionSet.
sourcepub fn permissions_boundary(self, input: PermissionsBoundary) -> Self
pub fn permissions_boundary(self, input: PermissionsBoundary) -> Self
The permissions boundary that you want to attach to a PermissionSet.
sourcepub fn set_permissions_boundary(
self,
input: Option<PermissionsBoundary>
) -> Self
pub fn set_permissions_boundary( self, input: Option<PermissionsBoundary> ) -> Self
The permissions boundary that you want to attach to a PermissionSet.
sourcepub fn get_permissions_boundary(&self) -> &Option<PermissionsBoundary>
pub fn get_permissions_boundary(&self) -> &Option<PermissionsBoundary>
The permissions boundary that you want to attach to a PermissionSet.
sourcepub fn build(
self
) -> Result<PutPermissionsBoundaryToPermissionSetInput, BuildError>
pub fn build( self ) -> Result<PutPermissionsBoundaryToPermissionSetInput, BuildError>
Consumes the builder and constructs a PutPermissionsBoundaryToPermissionSetInput.
source§impl PutPermissionsBoundaryToPermissionSetInputBuilder
impl PutPermissionsBoundaryToPermissionSetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<PutPermissionsBoundaryToPermissionSetOutput, SdkError<PutPermissionsBoundaryToPermissionSetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<PutPermissionsBoundaryToPermissionSetOutput, SdkError<PutPermissionsBoundaryToPermissionSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutPermissionsBoundaryToPermissionSetInputBuilder
impl Clone for PutPermissionsBoundaryToPermissionSetInputBuilder
source§fn clone(&self) -> PutPermissionsBoundaryToPermissionSetInputBuilder
fn clone(&self) -> PutPermissionsBoundaryToPermissionSetInputBuilder
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 PutPermissionsBoundaryToPermissionSetInputBuilder
impl Default for PutPermissionsBoundaryToPermissionSetInputBuilder
source§fn default() -> PutPermissionsBoundaryToPermissionSetInputBuilder
fn default() -> PutPermissionsBoundaryToPermissionSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutPermissionsBoundaryToPermissionSetInputBuilder
impl PartialEq for PutPermissionsBoundaryToPermissionSetInputBuilder
source§fn eq(&self, other: &PutPermissionsBoundaryToPermissionSetInputBuilder) -> bool
fn eq(&self, other: &PutPermissionsBoundaryToPermissionSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutPermissionsBoundaryToPermissionSetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutPermissionsBoundaryToPermissionSetInputBuilder
impl Send for PutPermissionsBoundaryToPermissionSetInputBuilder
impl Sync for PutPermissionsBoundaryToPermissionSetInputBuilder
impl Unpin for PutPermissionsBoundaryToPermissionSetInputBuilder
impl UnwindSafe for PutPermissionsBoundaryToPermissionSetInputBuilder
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.