Struct aws_sdk_ssoadmin::operation::describe_account_assignment_deletion_status::builders::DescribeAccountAssignmentDeletionStatusInputBuilder
source · #[non_exhaustive]pub struct DescribeAccountAssignmentDeletionStatusInputBuilder { /* private fields */ }Expand description
A builder for DescribeAccountAssignmentDeletionStatusInput.
Implementations§
source§impl DescribeAccountAssignmentDeletionStatusInputBuilder
impl DescribeAccountAssignmentDeletionStatusInputBuilder
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. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
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. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
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. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn account_assignment_deletion_request_id(
self,
input: impl Into<String>,
) -> Self
pub fn account_assignment_deletion_request_id( self, input: impl Into<String>, ) -> Self
The identifier that is used to track the request operation progress.
This field is required.sourcepub fn set_account_assignment_deletion_request_id(
self,
input: Option<String>,
) -> Self
pub fn set_account_assignment_deletion_request_id( self, input: Option<String>, ) -> Self
The identifier that is used to track the request operation progress.
sourcepub fn get_account_assignment_deletion_request_id(&self) -> &Option<String>
pub fn get_account_assignment_deletion_request_id(&self) -> &Option<String>
The identifier that is used to track the request operation progress.
sourcepub fn build(
self,
) -> Result<DescribeAccountAssignmentDeletionStatusInput, BuildError>
pub fn build( self, ) -> Result<DescribeAccountAssignmentDeletionStatusInput, BuildError>
Consumes the builder and constructs a DescribeAccountAssignmentDeletionStatusInput.
source§impl DescribeAccountAssignmentDeletionStatusInputBuilder
impl DescribeAccountAssignmentDeletionStatusInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<DescribeAccountAssignmentDeletionStatusOutput, SdkError<DescribeAccountAssignmentDeletionStatusError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<DescribeAccountAssignmentDeletionStatusOutput, SdkError<DescribeAccountAssignmentDeletionStatusError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeAccountAssignmentDeletionStatusInputBuilder
impl Clone for DescribeAccountAssignmentDeletionStatusInputBuilder
source§fn clone(&self) -> DescribeAccountAssignmentDeletionStatusInputBuilder
fn clone(&self) -> DescribeAccountAssignmentDeletionStatusInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAccountAssignmentDeletionStatusInputBuilder
impl Default for DescribeAccountAssignmentDeletionStatusInputBuilder
source§fn default() -> DescribeAccountAssignmentDeletionStatusInputBuilder
fn default() -> DescribeAccountAssignmentDeletionStatusInputBuilder
source§impl PartialEq for DescribeAccountAssignmentDeletionStatusInputBuilder
impl PartialEq for DescribeAccountAssignmentDeletionStatusInputBuilder
source§fn eq(
&self,
other: &DescribeAccountAssignmentDeletionStatusInputBuilder,
) -> bool
fn eq( &self, other: &DescribeAccountAssignmentDeletionStatusInputBuilder, ) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeAccountAssignmentDeletionStatusInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeAccountAssignmentDeletionStatusInputBuilder
impl RefUnwindSafe for DescribeAccountAssignmentDeletionStatusInputBuilder
impl Send for DescribeAccountAssignmentDeletionStatusInputBuilder
impl Sync for DescribeAccountAssignmentDeletionStatusInputBuilder
impl Unpin for DescribeAccountAssignmentDeletionStatusInputBuilder
impl UnwindSafe for DescribeAccountAssignmentDeletionStatusInputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
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>
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>
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 more